summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: cd69d7ea57d490e8a3ace74b3b924083911e3073 (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
.deps
.libs

*.o
config.h.in
Makefile.in
*~
*.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-freebsd

# 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/
profile/benchmark-dictionary
profile/benchmark-registry
profile/test-eval
profile/benchmark-line-parsing
profile/benchmark-procfile-parser
profile/statsd-stress
oprofile_data/
vgcore.*
callgrind.out.*
gmon.out
gmon.txt
sitespeed-result/

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