Platformer in OpenGL
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
547 B

5 years ago
  1. # Compiled Object files
  2. *.slo
  3. *.lo
  4. *.o
  5. *.obj
  6. # Precompiled Headers
  7. *.gch
  8. *.pch
  9. # Compiled Dynamic libraries
  10. *.so
  11. *.dylib
  12. *.dll
  13. # Fortran module files
  14. *.mod
  15. # Compiled Static libraries
  16. *.lai
  17. *.la
  18. *.a
  19. *.lib
  20. # Executables
  21. *.exe
  22. *.out
  23. *.app
  24. # CMake
  25. CMakeCache.txt
  26. CMakeFiles
  27. cmake_install.cmake
  28. install_manifest.txt
  29. *.cmake
  30. # ^ May need to add future .cmake files as exceptions
  31. # Test logs
  32. Testing/*
  33. # Test input
  34. test/gtc/*.dds
  35. # Project Files
  36. Makefile
  37. *.cbp
  38. *.user
  39. # Misc.
  40. *.log
  41. # local build(s)
  42. build*
  43. /.vs
  44. /CMakeSettings.json
  45. .DS_Store