diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index c53df5fc1..72c79d863 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,8 @@ .libs *.o -*.in +config.h.in +Makefile.in *~ Makefile @@ -31,7 +32,7 @@ netdata.spec .cproject .idea/ .project -CMakeLists.txt +README TODO.md asan_symbolize.py charts.d/bind.chart.sh @@ -47,6 +48,7 @@ src/.project src/.settings/ src/TODO.txt src/rrddim_file.c +system/netdata.service valgrind.log valgrind2.log web/chart-info/ @@ -54,3 +56,19 @@ web/control.html web/datasource.css web/gadget.xml web/index_new.html +web/version.txt + +system/netdata-openrc +system/netdata-init-d +system/netdata.logrotate + +netdata-installer.log +netdata-uninstaller.sh + +gmon.out +gmon.txt +apps.plugin-profiler.sh + +CMakeCache.txt +CMakeFiles/ +cmake_install.cmake |