ifpps: Remove unnecessary memset()
[netsniff-ng.git] / .gitignore
blob3db194052e39a65be7fba4ee978ba889a5b90e28
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
40 # Other documentation ignores
41 *.md
42 *.ps
44 # Compressed archives
45 *.tar.bz2
46 *.tar.bz
47 *.tar.xz
49 # Release related stuff
50 .MAIL_MSG
52 # Excluded from ignorance
53 !.gitignore