]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
gitignore: Fix up false directory-level .gitignore settings
authorRhys Kidd <rhyskidd@gmail.com>
Mon, 2 Oct 2017 00:57:04 +0000 (20:57 -0400)
committerRhys Kidd <rhyskidd@gmail.com>
Mon, 2 Oct 2017 00:57:04 +0000 (20:57 -0400)
So we never intended to ignore all changes from the top-level down in /include
or /cachegrind. Instead allow the filetype-specific .gitignore patterns match
to the contents of these two folders.

Also, don't ignore changes to include/valgrind.h as it exists in the repository
and should be tracked for any changes developers might make.

Changes tested by running a git clean force and then full rebuild. No stray
build artifacts were being tracked erroneously by git after these changes.

.gitignore

index ba06188c60353be26564b3a3343dc8468630803d..ec612170d456ba152e4208b92ab5aeaad4f70cf9 100644 (file)
@@ -7,7 +7,6 @@
 /autom4te-*.cache
 /autom4te.cache
 /bin
-/cachegrind
 /cachegrind.out.*
 /compile
 /config.guess
@@ -19,7 +18,6 @@
 /default.supp
 /depcomp
 /glibc-2.X.supp
-/include
 /install-sh
 /lib
 /Makefile
 /include/Makefile.in
 /include/Makefile
 /include/tool.h
-/include/valgrind.h
 /include/vgversion.h
 
 # /include/vki/