aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-11-24 01:52:00 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-11-24 01:52:00 +0100
commit3062a63e14585dc30c34ec60ef6016d1b9d82721 (patch)
tree3ca28063dcfd59214439920dcf26153c1508af2d
parentf0368253d113e0639468a6b482988fae791d67f6 (diff)
downloadslcl-3062a63e14585dc30c34ec60ef6016d1b9d82721.tar.gz
.gitignore: Ignore only ./Makefile
Future commits might introduce Makefiles on other directories that should not be ignored.
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 65f85dd..e392ef7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,4 @@ build/
slcl
*.o
*.d
-Makefile
+./Makefile