From f4fff3e6493bfcb260065617e791381ec011014a Mon Sep 17 00:00:00 2001 From: Brian Barto Date: Tue, 5 Apr 2016 17:01:46 -0400 Subject: [PATCH] Adding some git ignore files new file: src/.gitignore new file: src/obj/.gitignore --- src/.gitignore | 1 + src/obj/.gitignore | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 src/.gitignore create mode 100644 src/obj/.gitignore diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..b70b6d7 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1 @@ +nms diff --git a/src/obj/.gitignore b/src/obj/.gitignore new file mode 100644 index 0000000..861051d --- /dev/null +++ b/src/obj/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore