Greg
9 years ago
1 changed files with
57 additions and
56 deletions
-
57
56
.gitignore
|
@@ -1,56 +1,57 @@
|
|
|
-#
|
|
|
|
|
-# ignore for GM
|
|
|
|
|
-# General ignores
|
|
|
|
|
-#
|
|
|
|
|
-
|
|
|
|
|
-*.lock
|
|
|
|
|
-*~
|
|
|
|
|
-*.obj
|
|
|
|
|
-*.tlog
|
|
|
|
|
-*.pdb
|
|
|
|
|
-*.idb
|
|
|
|
|
-*.ipch
|
|
|
|
|
-*.pch
|
|
|
|
|
-*.ilk
|
|
|
|
|
-*.manifest
|
|
|
|
|
-*.ncb
|
|
|
|
|
-*.opt
|
|
|
|
|
-*.sdf
|
|
|
|
|
-*.suo
|
|
|
|
|
-*.plg
|
|
|
|
|
-*.old
|
|
|
|
|
-*.user
|
|
|
|
|
-*.log
|
|
|
|
|
-*.lastbuildstate
|
|
|
|
|
-*.unsuccessfulbuild
|
|
|
|
|
-*.dep
|
|
|
|
|
-*.vssscc
|
|
|
|
|
-*.vspscc
|
|
|
|
|
-*.SCC
|
|
|
|
|
-*.opensdf
|
|
|
|
|
-Debug/
|
|
|
|
|
-debug/
|
|
|
|
|
-Release/
|
|
|
|
|
-release/
|
|
|
|
|
-_UpgradeReport_Files/
|
|
|
|
|
-UpgradeLog*.XML
|
|
|
|
|
-log.txt
|
|
|
|
|
-
|
|
|
|
|
-#
|
|
|
|
|
-# GM specific ignores
|
|
|
|
|
-#
|
|
|
|
|
-
|
|
|
|
|
-*/bin/gmd.debug.exe
|
|
|
|
|
-*/bin/gmd.exe
|
|
|
|
|
-*/bin/gme.debug.exe
|
|
|
|
|
-*/bin/gme.exe
|
|
|
|
|
-*/bin/gme64.Debug.exe
|
|
|
|
|
-*/bin/gme64.exe
|
|
|
|
|
-*/bin/gml.debug.exe
|
|
|
|
|
-*/bin/gml.exe
|
|
|
|
|
-*/bin/gml.exe
|
|
|
|
|
-*/*/gm/gmParser.cpp
|
|
|
|
|
-*/*/gm/gmParser.cpp.h
|
|
|
|
|
-*/*/gm/gmScanner.cpp
|
|
|
|
|
-gmdoc.html
|
|
|
|
|
-gmdoc.xml
|
|
|
|
|
|
|
+#
|
|
|
|
|
+# ignore for GM
|
|
|
|
|
+# General ignores
|
|
|
|
|
+#
|
|
|
|
|
+
|
|
|
|
|
+*.lock
|
|
|
|
|
+*~
|
|
|
|
|
+*.obj
|
|
|
|
|
+*.tlog
|
|
|
|
|
+*.pdb
|
|
|
|
|
+*.idb
|
|
|
|
|
+*.ipch
|
|
|
|
|
+*.pch
|
|
|
|
|
+*.ilk
|
|
|
|
|
+*.manifest
|
|
|
|
|
+*.ncb
|
|
|
|
|
+*.opt
|
|
|
|
|
+*.sdf
|
|
|
|
|
+*.suo
|
|
|
|
|
+*.plg
|
|
|
|
|
+*.old
|
|
|
|
|
+*.user
|
|
|
|
|
+*.log
|
|
|
|
|
+*.lastbuildstate
|
|
|
|
|
+*.unsuccessfulbuild
|
|
|
|
|
+*.dep
|
|
|
|
|
+*.vssscc
|
|
|
|
|
+*.vspscc
|
|
|
|
|
+*.SCC
|
|
|
|
|
+*.opensdf
|
|
|
|
|
+*.VC.db
|
|
|
|
|
+Debug/
|
|
|
|
|
+debug/
|
|
|
|
|
+Release/
|
|
|
|
|
+release/
|
|
|
|
|
+_UpgradeReport_Files/
|
|
|
|
|
+UpgradeLog*.XML
|
|
|
|
|
+log.txt
|
|
|
|
|
+
|
|
|
|
|
+#
|
|
|
|
|
+# GM specific ignores
|
|
|
|
|
+#
|
|
|
|
|
+
|
|
|
|
|
+*/bin/gmd.debug.exe
|
|
|
|
|
+*/bin/gmd.exe
|
|
|
|
|
+*/bin/gme.debug.exe
|
|
|
|
|
+*/bin/gme.exe
|
|
|
|
|
+*/bin/gme64.Debug.exe
|
|
|
|
|
+*/bin/gme64.exe
|
|
|
|
|
+*/bin/gml.debug.exe
|
|
|
|
|
+*/bin/gml.exe
|
|
|
|
|
+*/bin/gml.exe
|
|
|
|
|
+*/*/gm/gmParser.cpp
|
|
|
|
|
+*/*/gm/gmParser.cpp.h
|
|
|
|
|
+*/*/gm/gmScanner.cpp
|
|
|
|
|
+gmdoc.html
|
|
|
|
|
+gmdoc.xml
|