.gitignore 564 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #
  2. # ignore for GM
  3. # General ignores
  4. #
  5. *.lock
  6. *~
  7. *.obj
  8. *.tlog
  9. *.pdb
  10. *.idb
  11. *.ipch
  12. *.pch
  13. *.ilk
  14. *.manifest
  15. *.ncb
  16. *.opt
  17. *.sdf
  18. *.suo
  19. *.plg
  20. *.old
  21. *.user
  22. *.log
  23. *.lastbuildstate
  24. *.unsuccessfulbuild
  25. *.dep
  26. *.vssscc
  27. *.vspscc
  28. *.SCC
  29. Debug/
  30. debug/
  31. Release/
  32. release/
  33. _UpgradeReport_Files/
  34. UpgradeLog*.XML
  35. log.txt
  36. #
  37. # GM specific ignores
  38. #
  39. */bin/gmd.debug.exe
  40. */bin/gmd.exe
  41. */bin/gme.debug.exe
  42. */bin/gme.exe
  43. */bin/gme64.Debug.exe
  44. */bin/gme64.exe
  45. */bin/gml.debug.exe
  46. */bin/gml.exe
  47. */bin/gml.exe
  48. */*/gm/gmParser.cpp
  49. */*/gm/gmParser.cpp.h
  50. */*/gm/gmScanner.cpp
  51. gmdoc.html
  52. gmdoc.xml