Add conf*/ and callgrind.out.* to list of ignored files

This commit is contained in:
Benny Baumann 2020-10-11 14:21:59 +02:00
parent f8b9ced93f
commit 55eafd3b39
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -17,6 +17,7 @@ htop
*.h.gch *.h.gch
*/.dirstamp */.dirstamp
# automake/autoconf related files
.deps/ .deps/
Makefile Makefile
Makefile.in Makefile.in
@ -24,6 +25,7 @@ INSTALL
aclocal.m4 aclocal.m4
autom4te.cache/ autom4te.cache/
compile compile
conf*/
config.guess config.guess
config.h config.h
config.h.in config.h.in
@ -40,3 +42,6 @@ ltmain.sh
m4/ m4/
missing missing
stamp-h1 stamp-h1
# files related to valgrind/callgrind
callgrind.out.*