.gitignore: Ignore only ./Makefile

Future commits might introduce Makefiles on other directories that
should not be ignored.
This commit is contained in:
Xavier Del Campo Romero 2023-11-24 01:52:00 +01:00
parent f0368253d1
commit 3062a63e14
Signed by: xavi
GPG Key ID: 84FF3612A9BF43F2
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -2,4 +2,4 @@ build/
slcl
*.o
*.d
Makefile
./Makefile