-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
71 lines (60 loc) · 996 Bytes
/
.gitignore
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# autotools
**/Makefile
compile
config.guess
config.sub
depcomp
ltmain.sh
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
config.log
config.status
libtool
autom4te.cache
**/Makefile.in
aclocal.m4
configure
install-sh
missing
# pkg-config
src/otestpoint/libotestpoint.pc
# protocol buffers output
*.pb.cc
*.pb.h
*_pb2.py
# object files/dependencies
*.la
*.lo
*.o
**/.deps
**/.libs
# applications
src/otestpoint-probe/otestpoint-probe
src/otestpointd/otestpointd
src/otestpoint-broker/otestpoint-broker
src/otestpoint-recorder/otestpoint-recorder
# python byte code
*.pyc
# rpm
opentestpoint.spec
.rpmbuild
# dist
opentestpoint-*.tar.gz
# python
src/python/opentestpoint_python.egg-info
src/python/build
src/python/dist
src/python/setup.py
src/python/stdeb.cfg
src/toolkit/python/opentestpoint_toolkit_python.egg-info
src/toolkit/python/build
src/toolkit/python/dist
src/toolkit/python/setup.py
src/toolkit/python/stdeb.cfg
# doxygen
doxygen
#deb
.debbuild