From 463e8ccf5144bf2c4da93937acf2c6197ccdc136 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6=20Fahlke?= <jorrit@jorrit.de>
Date: Mon, 27 Jul 2015 18:18:33 +0200
Subject: [PATCH] [ignores] Clean up ignore lists.

Add missing files, remove ancient buildsystem stuff and stuff where it is
unclear where it comes from.
---
 .gitignore                  |  4 +++-
 bin/.gitignore              |  5 +----
 cmake/modules/.gitignore    |  2 --
 cmake/pkg/.gitignore        |  2 --
 cmake/scripts/.gitignore    |  2 --
 doc/buildsystem/.gitignore  |  1 -
 dune/common/test/.gitignore | 12 +-----------
 7 files changed, 5 insertions(+), 23 deletions(-)
 delete mode 100644 cmake/modules/.gitignore
 delete mode 100644 cmake/pkg/.gitignore
 delete mode 100644 cmake/scripts/.gitignore

diff --git a/.gitignore b/.gitignore
index e4af0f2bc..1e4ad6c5f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,15 @@
 # Stuff to ignore recursively
 *.la
 *.lo
+*.log
 *.o
+*.trs
 *~
 .deps/
 .libs/
 Makefile
 Makefile.in
-semantic.cache
+TAGS
 
 # Stuff to ignore in this directory only
 /aclocal.m4
diff --git a/bin/.gitignore b/bin/.gitignore
index a3f600d04..d5cda579a 100644
--- a/bin/.gitignore
+++ b/bin/.gitignore
@@ -1,4 +1 @@
-check-log-store
-*.swp
-xfail-compile-tests.log
-xfail-compile-tests.trs
+/check-log-store
diff --git a/cmake/modules/.gitignore b/cmake/modules/.gitignore
deleted file mode 100644
index 3dda72986..000000000
--- a/cmake/modules/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile.in
-Makefile
diff --git a/cmake/pkg/.gitignore b/cmake/pkg/.gitignore
deleted file mode 100644
index 3dda72986..000000000
--- a/cmake/pkg/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile.in
-Makefile
diff --git a/cmake/scripts/.gitignore b/cmake/scripts/.gitignore
deleted file mode 100644
index 3dda72986..000000000
--- a/cmake/scripts/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile.in
-Makefile
diff --git a/doc/buildsystem/.gitignore b/doc/buildsystem/.gitignore
index 26ec16c52..b9651d47f 100644
--- a/doc/buildsystem/.gitignore
+++ b/doc/buildsystem/.gitignore
@@ -3,7 +3,6 @@
 /*.dvi
 /*.ilg
 /*.ind
-/*.log
 /*.out
 /*.pdf
 /*.ps
diff --git a/dune/common/test/.gitignore b/dune/common/test/.gitignore
index a30bd5f9b..87b88ce45 100644
--- a/dune/common/test/.gitignore
+++ b/dune/common/test/.gitignore
@@ -1,10 +1,3 @@
-# Stuff from the build system
-/*.gcda
-/*.gcno
-/*.log
-/*.trs
-/gmon.out
-
 # The test binaries (in alphabetical order)
 /arraylisttest
 /arraytest
@@ -43,6 +36,7 @@
 /sllisttest
 /static_assert_test
 /streamtest
+/stringutilitytest
 /testdebugallocator
 /testdebugallocator_fail1
 /testdebugallocator_fail2
@@ -72,7 +66,3 @@
 /typetraitstest
 /typetraitstest_deprecated
 /utilitytest
-
-tags
-TAGS
-
-- 
GitLab