trafgen: Move common duplicate calls from xmit_*_or_die to main_loop
[netsniff-ng.git] / .gitignore
blob71b810e804236fb2529052f783deaa1a9b994b3d
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 # Other documentation ignores
31 *.md
32 *.ps
34 # Compressed archives
35 *.tar.bz2
36 *.tar.bz
37 *.tar.xz
39 # Excluded from ignorance
40 !.gitignore