From 71400221d209386c6ff0692c5c61a2b758b8a6fd Mon Sep 17 00:00:00 2001 From: Teemu Toivola Date: Thu, 22 Oct 2015 19:11:08 +0300 Subject: [PATCH] update .gitignore --- .gitignore | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index db4d0c8..affd470 100644 --- a/.gitignore +++ b/.gitignore @@ -3,11 +3,19 @@ *.gcda *.lcov *.gcov -src/vnstat -src/vnstatd -src/vnstati -tests/*.log -tests/*.xml -tests/coverage -tests/vnstat_tests -tests/testdir +vnstat +vnstatd +vnstati +*.log +*.xml +coverage +vnstat_tests +testdir +Makefile +autom4te.cache +*.status +src/.deps +src/config.h +src/stamp-h1 +tests/.deps + -- 2.40.0