capt_get_packet(): check for key press only every 20ms
[iptraf-ng.git] / .gitignore
blobccb27597b0098ceca8d509cda75fc32b08c7beb8
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.
5 # normal rules
6 .*
7 *.o
8 *.lo
9 *.la
11 # ignore binaries
12 /iptraf-ng
13 /rvnamed-ng
15 # don't ignore git files
16 !.gitignore
18 # gnu global files
19 GPATH
20 GRTAGS
21 GSYMS
22 GTAGS
24 # cscope files
25 cscope.*
26 ncscope.*
28 # autotools
29 /configure
30 /autom4te.cache/
31 /config.log
32 /config.mak.append
33 /config.mak.autogen
34 /config.status
36 # misc
38 \#*#
39 /iptraf-ng.spec
40 VERSION-FILE