summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-10-11 14:21:59 +0200
committerBenny Baumann <BenBE@geshi.org>2020-10-11 14:21:59 +0200
commit55eafd3b39eabdf60b5196d8c728b6eaf190650d (patch)
tree6496876356ab2fdc5beb421e7bdea2a04b118d88 /.gitignore
parentf8b9ced93f258f1b4b6071f08a54c6f0f9233b49 (diff)
Add conf*/ and callgrind.out.* to list of ignored files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f94f3f52..3d522b06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,7 @@ htop
*.h.gch
*/.dirstamp
+# automake/autoconf related files
.deps/
Makefile
Makefile.in
@@ -24,6 +25,7 @@ INSTALL
aclocal.m4
autom4te.cache/
compile
+conf*/
config.guess
config.h
config.h.in
@@ -40,3 +42,6 @@ ltmain.sh
m4/
missing
stamp-h1
+
+# files related to valgrind/callgrind
+callgrind.out.*

© 2014-2024 Faster IT GmbH | imprint | privacy policy