Add gitignore to stop ignoring makefiles.

This commit is contained in:
John M. Penn 2022-06-23 16:36:34 -05:00
parent b962f692ef
commit 2b5735328f
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1 @@
!\makefile

View File

@ -0,0 +1,7 @@
all:
mvn package
clean:
rm -rf build