forked from collectd/collectd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
81 lines (70 loc) · 1.11 KB
/
.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
72
73
74
75
76
77
78
79
80
81
# build.sh stuff:
Makefile.in
/INSTALL
/aclocal.m4
/autom4te.cache
/autom4te.cache
/compile
/config.guess
/config.sub
/configure
/depcomp
/install-sh
/libltdl/
/ltmain.sh
/missing
src/config.h.in
# configure stuff:
Makefile
config.log
config.status
libtool
src/.deps
src/collectd.conf
src/config.h
src/libcollectdclient/libcollectdclient.pc
src/stamp-h1
# make stuff:
*.la
*.lo
*.o
.libs/
src/collectd
src/collectd-nagios
src/collectd-tg
src/collectdctl
src/collectdmon
src/*.1
src/*.5
src/.pod2man.tmp.*
src/libcollectdclient/collectd/lcc_features.h
src/utils_vl_lookup_test
# patch stuff
*.rej
*.orig
# lex / yacc stuff:
ylwrap
src/liboconfig/parser.c
src/liboconfig/parser.h
src/liboconfig/scanner.c
# protobuf stuff:
src/*.pb-c.[ch]
# make dist stuff:
/collectd-*.tar.gz
/collectd-*.tar.bz2
# perl stuff:
bindings/.perl-directory-stamp
bindings/perl/Collectd/pm_to_blib
bindings/perl/blib/
bindings/perl/pm_to_blib
bindings/buildperl
# java stuff
bindings/java/java-build-stamp
bindings/java/org/collectd/api/*.class
bindings/java/org/collectd/java/*.class
# python stuff
*.pyc
# tag stuff
src/tags
# backup stuff
*~