From 3062a63e14585dc30c34ec60ef6016d1b9d82721 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Fri, 24 Nov 2023 01:52:00 +0100 Subject: [PATCH] .gitignore: Ignore only ./Makefile Future commits might introduce Makefiles on other directories that should not be ignored. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 65f85dd..e392ef7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ build/ slcl *.o *.d -Makefile +./Makefile