ifpps: show rate if available
[netsniff.git] / .gitignore
blob6b5ffc26f22b039927003e5ba9262adfc7276484
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 # Excluded from ignorance
35 !.gitignore