From 9ce153ce7167c11adba8ac225edc7a707e97c6eb Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Wed, 30 Mar 2016 22:40:42 +0100 Subject: Imported Upstream version 1.0.0 --- .gitignore | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..c53df5fc1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,56 @@ +.deps +.libs + +*.o +*.in +*~ + +Makefile +aclocal.m4 +autom4te.cache +compile +config.guess +config.h +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +missing +stamp-h1 + +netdata +apps.plugin +netdata.spec + +*.tar.* + +.cproject +.idea/ +.project +CMakeLists.txt +TODO.md +asan_symbolize.py +charts.d/bind.chart.sh +conf.d/netdata.conf +conf.d/netdata.conf.old +isolate-0x1e0e170-v8.log +lan-hosts.sh +modp_numtoa.c +plugins.d/apache_mod_status.plugin +plugins.d/apps.plugin.old +src/.cproject +src/.project +src/.settings/ +src/TODO.txt +src/rrddim_file.c +valgrind.log +valgrind2.log +web/chart-info/ +web/control.html +web/datasource.css +web/gadget.xml +web/index_new.html -- cgit v1.2.3