summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 2ab2035488a630c5b91777f6a81753f185476eb2 (plain)
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
/.*project
/.settings
*.o
/.suppressions

# /
/configure.lineno
/*.tar.gz
/depcomp
/configure
/Makefile.in
/Makefile
/config.log
/config.status
/compile
/stamp-*
/config.h.*
/config.h
/autom4te.cache
/missing
/aclocal.m4
/install-*
/*.pws
/*.bak
/*.prj
/config.guess
/config.sub

# /bsnmp/
/bsnmp/Makefile
/bsnmp/Makefile.in
/bsnmp/*.a
/bsnmp/*.tmp
/bsnmp/.*

# /common/
/common/.*
/common/*.a
/common/Makefile
/common/Makefile.in

# /daemon/
/daemon/.deps
/daemon/Makefile.in
/daemon/Makefile
/daemon/rrdbotd
/daemon/*.tmp

# /doc/
/doc/Makefile.in
/doc/Makefile
/doc/*.html

# /mibs/
/mibs/Makefile
/mibs/Makefile.in

# /tools/
/tools/.deps
/tools/rrdbot-create
/tools/rrdbot-get
/tools/Makefile
/tools/Makefile.in