From e7116f6f6398b2f2a5f9fc459bc21253fcb1c3b3 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Fri, 9 Nov 2018 13:47:47 +0000 Subject: [PATCH] Update: Updated .gitignore --- .gitignore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 18cd0c0..eab9251 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ config.h *.o *.lo *.la +igloo.pc # Autofoo stuff stamp-h1 @@ -19,13 +20,17 @@ configure build-aux/ autom4te.cache/ aclocal.m4 +.dirstamp # Ignore generated Makefiles Makefile Makefile.in -# Ignore auxiliary files -/tap-driver.sh +# Ignore test temp files +ctest_*.log +ctest_*.test +ctest_*.trs +test-suite.log # Ignore vim swap files .*.swp