.gitignore 652 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. *.opensdf
  30. *.vc.db
  31. *.vc.opendb
  32. Debug/
  33. debug/
  34. Release/
  35. release/
  36. _UpgradeReport_Files/
  37. UpgradeLog*.XML
  38. log.txt
  39. #
  40. # GM specific ignores
  41. #
  42. */bin/gmd.debug.exe
  43. */bin/gmd.exe
  44. */bin/gme.debug.exe
  45. */bin/gme.exe
  46. */bin/gme64.Debug.exe
  47. */bin/gme64.exe
  48. */bin/gml.debug.exe
  49. */bin/gml.exe
  50. */bin/gml.exe
  51. */*/gm/gmParser.cpp
  52. */*/gm/gmParser.cpp.h
  53. */*/gm/gmScanner.cpp
  54. gmdoc.html
  55. gmdoc.xml