repo.or.cz
/
netsniff-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
scripts: view_rtp_avg: rename file
[netsniff-ng.git]
/
.gitignore
blob
71b810e804236fb2529052f783deaa1a9b994b3d
1
# Editor crap (emacs, vim, ...)
2
*.swp
3
*.orig
4
\#*\#
5
.\#*
6
.*.sw[a-z]
7
*.un~
8
9
# Hidden files, general things
10
.*
11
*~
12
13
# Compiled object files
14
*.slo
15
*.lo
16
*.o
17
18
# Compiled dynamic libraries
19
*.so
20
21
# Compiled static libraries
22
*.lai
23
*.la
24
*.a
25
26
# Build and testing folders
27
src/build/
28
src/test/fuzzing/
29
30
# Other documentation ignores
31
*.md
32
*.ps
33
34
# Compressed archives
35
*.tar.bz2
36
*.tar.bz
37
*.tar.xz
38
39
# Excluded from ignorance
40
!.gitignore