commit | d20a210bbd4cba70b91106dcac0e0a4d35ec5ac7 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Tue Jan 05 21:01:44 2021 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Tue Jan 05 21:06:11 2021 +0100 |
tree | 16b71e18ed3edf6b6f50f0bf361255b81dcc8c79 | |
parent | f06a54cb18adc62fe575f55a8e143613f17d3775 [diff] |
git: don't ignore fuzz/Makefile */Makefile is ignored (because it's created by cmake in in-tree builds). But fuzz/Makefile is checked into git, so don't ignore it. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/programs/.gitignore b/programs/.gitignore index 6c8c515..33593e0 100644 --- a/programs/.gitignore +++ b/programs/.gitignore
@@ -1,4 +1,7 @@ +# Ignore makefiles generated by CMake, but not the makefile that's checked in. */Makefile +!fuzz/Makefile + *.sln *.vcxproj