ifpps: use uint32_t instead of u32
[netsniff-ng.git] / .gitignore
blobf369474ef093bfd33841a4bbb30fa1c5cb6cc82d
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 # Compiled executables
27 astraceroute/astraceroute
28 bpfc/bpfc
29 curvetun/curvetun
30 curvetun/abiname
31 flowtop/flowtop
32 ifpps/ifpps
33 mausezahn/mausezahn
34 netsniff-ng/netsniff-ng
35 trafgen/trafgen
37 # cscope/ctags index files
38 cscope*
39 tags
41 # Testing folders
42 fuzzing/
44 # Ignore if someone adapts Makefile
45 Makefile
47 # Ignore build config generated by configure
48 Config
49 config.h
50 config.log
52 # Other documentation ignores
53 *.md
54 *.ps
56 # Compressed archives
57 *.tar.bz2
58 *.tar.bz
59 *.tar.xz
61 # Release related stuff
62 .MAIL_MSG
64 # Excluded from ignorance
65 !.gitattributes
66 !.gitignore
67 !.travis.yml