From d20a210bbd4cba70b91106dcac0e0a4d35ec5ac7 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 5 Jan 2021 21:01:44 +0100 Subject: [PATCH] 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 --- programs/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/programs/.gitignore b/programs/.gitignore index 6c8c51571d..33593e0e8f 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