| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- #
- # 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
- 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
|