.gitignore 331 B

1234567891011121314151617181920212223242526272829
  1. *.suo
  2. *.exe
  3. *.dll
  4. *.obj
  5. *.o
  6. *.vcxproj
  7. *.sln
  8. *.filters
  9. *.lib
  10. *.log
  11. *.xcf
  12. **/ogre.cfg
  13. **/CMakeCache.txt
  14. build/
  15. build-*/
  16. tools/
  17. _OLD/
  18. output/share
  19. output/include
  20. output/lib
  21. CMakeLists.txt.user
  22. doc/FFVII/RAW/
  23. .settings/
  24. .project
  25. .cproject
  26. .directory
  27. v-gears-new*.png
  28. /.vscode/c_cpp_properties.json
  29. src/installer/MainWindow.ui.autosave