File: .gitignore

package info (click to toggle)
mtr 0.92-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,512 kB
  • sloc: ansic: 9,573; sh: 4,448; python: 571; makefile: 477
file content (44 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# .gitignore
*.o
*.pyc

Makefile
Makefile.in
aclocal.m4
confdefs.h
config.*
configure
confinc
confmf
conftest.*
stamp-h1*

/build-aux/compile
/build-aux/depcomp
/build-aux/install-sh
/build-aux/missing
/build-aux/test-driver

/autom4te.cache/
/.deps/
/packet/.deps/
/packet/.dirstamp
/packet/testpacket.py.log
/packet/testpacket.py.trs
/test-suite.log
/ChangeLog
/INSTALL
/mtr
/mtr-packet
/mtr-packet-listen
/mtr.8
/mtr-packet.8
/test/.deps/
/test/.dirstamp
/ui/.deps/
/ui/.dirstamp

/test/*.py.log
/test/*.py.trs

/mtr-*.tar.gz