Move config.mk to config.mk.in and add config.mk to .gitignore

This commit is contained in:
Nathan Fisher 2024-03-21 23:29:20 -04:00
parent b1e5c75295
commit 2cd69710d7
2 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View file

@ -7,3 +7,5 @@ test/*
*.a *.a
*.so *.so
*.core *.core
config.mk