summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: c6e6c870b12337cd99390a3e18b2f8806bc66618 (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
.deps
.libs

*.o
config.h.in
Makefile.in
*~
.*.swp
*.old
*.log
*.pyc

Makefile
aclocal.m4
autom4te.cache
compile
config.guess
config.h
config.status
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
missing
stamp-h1
netdata.spec

# netdata binaries
netdata
apps.plugin
freeipmi.plugin
cgroup-network

# netdata makeself archives
*.tar.*
*.run

# netdata makeself downloads
makeself/tmp/

# coverity
cov-int/
netdata-coverity-analysis.tgz
.coverity-token
.coverity-build

.cproject/
.idea/
.vscode/
.project/
.settings/
README
TODO.md
conf.d/netdata.conf
src/TODO.txt

web/chart-info/
web/control.html
web/datasource.css
web/gadget.xml
web/index_new.html
web/version.txt

# related to karma/javascript/node
/node_modules/
/coverage/

system/netdata-lsb
system/netdata-openrc
system/netdata-init-d
system/netdata.logrotate
system/netdata.service
system/netdata.plist
system/netdata-freebsd

conf.d/edit-config
plugins.d/alarm-notify.sh
plugins.d/cgroup-name.sh
plugins.d/charts.d.plugin
plugins.d/fping.plugin
plugins.d/node.d.plugin
plugins.d/python.d.plugin
plugins.d/tc-qos-helper.sh

# installer generated files
netdata-uninstaller.sh
netdata-updater.sh

# cmake files
cmake-build-debug/
CMakeCache.txt
CMakeFiles/
cmake_install.cmake

# jetbrains IDE
.jetbrains*

.DS_Store

contrib/debian/changelog

# converted diagrams
diagrams/*.png
diagrams/*.svg
diagrams/*.atxt
diagrams/plantuml.jar

# cppcheck
src/cppcheck-build/

# debugging / profiling
makeself/debug/
tests/profile/benchmark-dictionary
tests/profile/benchmark-registry
tests/profile/test-eval
tests/profile/benchmark-line-parsing
tests/profile/benchmark-procfile-parser
tests/profile/statsd-stress
oprofile_data/
vgcore.*
callgrind.out.*
gmon.out
gmon.txt
sitespeed-result/

# tests and temp files
python.d/python-modules-installer.sh