File: .gitignore

package info (click to toggle)
libzn-poly 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 904 kB
  • sloc: ansic: 10,736; python: 124; makefile: 12; sh: 6
file content (28 lines) | stat: -rw-r--r-- 295 bytes parent folder | download
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
# configure outputs
autom4te.cache
config.log
config.status
makefile

# automake outputs
**/.deps
**/.dirstamp

# binary build outputs
*.a
*.dll
*.dylib
*.so
*.tar.gz
**/*.o
tune/tune
tune/tune.exe

# libtools outputs
*.l[oa]

# other generated files
src/tuning.c

# editor temp files
*.sw[pon]