build: add make release target
[netsniff-ng.git] / .gitignore
blob456639528a6180efe0efc3933733dce3174d54c6
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 # Testing folders
27 test/fuzzing/
29 # Ignore if someone adapts Makefile
30 Makefile
32 # Other documentation ignores
33 *.md
34 *.ps
36 # Compressed archives
37 *.tar.bz2
38 *.tar.bz
39 *.tar.xz
41 # Release related stuff
42 .MAIL_MSG
44 # Excluded from ignorance
45 !.gitignore