trafgen: Fix compiler warnings
[netsniff-ng.git] / .gitignore
blob18f30738374145d63393baca22bccff0dd82b3b8
1 # Editor crap (emacs, vim, ...)
2 *.swp
3 *.orig
4 \#*\#
5 .\#*
6 .*.sw[a-z]
7 *.un~
9 # Hidden files, general things
13 # Compiled object files
14 *.slo
15 *.lo
16 *.o
18 # Compiled dynamic libraries
19 *.so
21 # Compiled static libraries
22 *.lai
23 *.la
24 *.a
26 # cscope/ctags index files
27 cscope*
28 tags
30 # Testing folders
31 fuzzing/
33 # Ignore if someone adapts Makefile
34 Makefile
36 # Ignore build config generated by configure
37 Config
38 config.h
39 config.log
41 # Other documentation ignores
42 *.md
43 *.ps
45 # Compressed archives
46 *.tar.bz2
47 *.tar.bz
48 *.tar.xz
50 # Release related stuff
51 .MAIL_MSG
53 # Excluded from ignorance
54 !.gitignore