From a4d6843ae2627a7364dbd955affd7e5887a7d771 Mon Sep 17 00:00:00 2001 From: Gordon McCann Date: Sat, 18 Dec 2021 15:34:55 -0500 Subject: [PATCH] Updating gitignore in preparation for switch to premake build system --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 770389f..1fec24f 100644 --- a/.gitignore +++ b/.gitignore @@ -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