File: .gitignore

package info (click to toggle)
libdumbnet 1.18.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,768 kB
  • sloc: ansic: 11,563; sh: 4,203; python: 261; makefile: 92
file content (42 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Generated objects
*.o
*.lo
*.la

# Backups
**~

# Local tarballs and Pyrex
Pyrex-0*
libdnet-*.tar.gz

# Python Cache
**/__pycache__/

# Local Python virtual environment
.virtualenv/

# From configure
config.log
config.status
dnet-config
include/config.h
include/stamp-h1
libtool
python/setup.py

# Generated Makefiles
Makefile
include/Makefile
include/dnet/Makefile
man/Makefile
python/Makefile
src/Makefile
test/Makefile
test/check/Makefile
test/dnet/Makefile

# Generated libs/binaries from make
src/.libs/
test/dnet/.libs/
test/dnet/dnet