]> arthur.barton.de Git - netdata.git/blob - .gitignore
Merge pull request #334 from simonnagl/bugfix/sh_arithmetic_expand
[netdata.git] / .gitignore
1 .deps
2 .libs
3
4 *.o
5 config.h.in
6 Makefile.in
7 *~
8
9 Makefile
10 aclocal.m4
11 autom4te.cache
12 compile
13 config.guess
14 config.h
15 config.log
16 config.status
17 config.sub
18 configure
19 depcomp
20 install-sh
21 libtool
22 ltmain.sh
23 missing
24 stamp-h1
25
26 netdata
27 apps.plugin
28 netdata.spec
29
30 *.tar.*
31
32 .cproject
33 .idea/
34 .project
35 README
36 TODO.md
37 asan_symbolize.py
38 charts.d/bind.chart.sh
39 conf.d/netdata.conf
40 conf.d/netdata.conf.old
41 isolate-0x1e0e170-v8.log
42 lan-hosts.sh
43 modp_numtoa.c
44 plugins.d/apache_mod_status.plugin
45 plugins.d/apps.plugin.old
46 src/.cproject
47 src/.project
48 src/.settings/
49 src/TODO.txt
50 src/rrddim_file.c
51 system/netdata.service
52 valgrind.log
53 valgrind2.log
54 web/chart-info/
55 web/control.html
56 web/datasource.css
57 web/gadget.xml
58 web/index_new.html
59 web/version.txt
60
61 system/netdata-openrc
62 system/netdata-init-d
63 system/netdata.logrotate
64
65 netdata-installer.log
66 netdata-uninstaller.sh
67
68 gmon.out
69 gmon.txt
70 apps.plugin-profiler.sh
71
72 CMakeCache.txt
73 CMakeFiles/
74 cmake_install.cmake
75
76 .jetbrains*