Updating gitignore in preparation for switch to premake build system

This commit is contained in:
Gordon McCann 2021-12-18 15:34:55 -05:00
parent 8c6278217c
commit a4d6843ae2

4
.gitignore vendored
View File

@ -2,10 +2,12 @@
pics/
images/
build/
objs/
###file types to ignore###
*.swp
*.o
*.so
*.cxx
*.root
*.bin
@ -14,6 +16,8 @@ build/
*.png
*.sublime-project
*.sublime-workspace
*.make
Makefile
event_log.txt
.DS_Store