commit bc09b36a201ae09ec5d60a8aa73bddcfb14e2b31
Author: James Haley <haleyjd@hotmail.com>
AuthorDate: Sun Mar 6 00:38:49 2016 -0600
Commit: James Haley <haleyjd@hotmail.com>
CommitDate: Sun Mar 6 00:38:49 2016 -0600
Allow SDL headers and libraries to exist in the msvc project directory
---
msvc/.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/msvc/.gitignore b/msvc/.gitignore
index 47e8226e..673fb766 100644
--- a/msvc/.gitignore
+++ b/msvc/.gitignore
@@ -5,3 +5,6 @@
savegames
strfsav*
*.pcx
+SDL*
+begin_code.h
+close_code.h
\ No newline at end of file