trafgen: give note about tc(8) usage
[netsniff-ng.git] / .gitignore
blobe19db4ee295039deb38dbf6d4fa51011bba55895
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 # Build and testing folders
27 src/build/
28 src/test/fuzzing/
30 # Ignore if someone adapts Makefile
31 src/Makefile
33 # Other documentation ignores
34 *.md
35 *.ps
37 # Compressed archives
38 *.tar.bz2
39 *.tar.bz
40 *.tar.xz
42 # Excluded from ignorance
43 !.gitignore