repo.or.cz
/
iptraf-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
capt_get_packet(): check for key press only every 20ms
[iptraf-ng.git]
/
.gitignore
blob
ccb27597b0098ceca8d509cda75fc32b08c7beb8
1
# NOTE! Please use 'git ls-files -i --exclude-standard'
2
# command after changing this file, to see if there are
3
# any tracked files which get ignored after the change.
4
5
# normal rules
6
.*
7
*.o
8
*.lo
9
*.la
10
11
# ignore binaries
12
/iptraf-ng
13
/rvnamed-ng
14
15
# don't ignore git files
16
!.gitignore
17
18
# gnu global files
19
GPATH
20
GRTAGS
21
GSYMS
22
GTAGS
23
24
# cscope files
25
cscope.*
26
ncscope.*
27
28
# autotools
29
/configure
30
/autom4te.cache/
31
/config.log
32
/config.mak.append
33
/config.mak.autogen
34
/config.status
35
36
# misc
37
*~
38
\#*#
39
/iptraf-ng.spec
40
VERSION-FILE