mausezahn: use getopt_long instead of getopt
[netsniff-ng.git] / .gitignore
blob62af7f22a3f1dcf492503cac6cd734a3650fda23
1 # Editor crap (emacs, vim, ...)
2 *.swp
3 *.orig
4 \#*\#
5 .\#*
6 .*.sw[a-z]
7 *.un~
8 *~
10 # Compiled object files
11 *.slo
12 *.lo
13 *.o
15 # Compiled dynamic libraries
16 *.so
18 # Compiled static libraries
19 *.lai
20 *.la
21 *.a
23 # Compiled executables
24 astraceroute/astraceroute
25 bpfc/bpfc
26 curvetun/curvetun
27 curvetun/abiname
28 flowtop/flowtop
29 ifpps/ifpps
30 mausezahn/mausezahn
31 netsniff-ng/netsniff-ng
32 trafgen/trafgen
34 # cscope/ctags index files
35 cscope*
36 tags
38 # Testing folders
39 fuzzing/
41 # Ignore if someone adapts Makefile
42 Makefile
44 # Ignore build config generated by configure
45 Config
46 config.h
47 config.log
49 # Other documentation ignores
50 *.md
51 *.ps
53 # Compressed archives
54 *.tar.bz2
55 *.tar.bz
56 *.tar.xz
58 # Release related stuff
59 .MAIL_MSG
61 # Excluded from ignorance
62 !.gitattributes
63 !.gitignore