.gitignore 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. # External junk
  2. .DS_Store
  3. _ReSharper*
  4. *.opensdf
  5. *.sdf
  6. *.suo
  7. *.dir
  8. *.vcxproj*
  9. *.sln
  10. Win32
  11. x64
  12. Debug
  13. Release
  14. MinSizeRel
  15. RelWithDebInfo
  16. *.xcodeproj
  17. # CMake files
  18. Makefile
  19. CMakeCache.txt
  20. CMakeFiles
  21. CMakeScripts
  22. cmake_install.cmake
  23. cmake_uninstall.cmake
  24. # Generated files
  25. docs/Doxyfile
  26. docs/html
  27. docs/warnings.txt
  28. docs/doxygen_sqlite3.db
  29. src/glfw_config.h
  30. src/glfw3.pc
  31. src/glfw3Config.cmake
  32. src/glfw3ConfigVersion.cmake
  33. src/wayland-pointer-constraints-unstable-v1-client-protocol.h
  34. src/wayland-pointer-constraints-unstable-v1-protocol.c
  35. src/wayland-relative-pointer-unstable-v1-client-protocol.h
  36. src/wayland-relative-pointer-unstable-v1-protocol.c
  37. # Compiled binaries
  38. src/libglfw.so
  39. src/libglfw.so.3
  40. src/libglfw.so.3.3
  41. src/libglfw.dylib
  42. src/libglfw.dylib
  43. src/libglfw.3.dylib
  44. src/libglfw.3.3.dylib
  45. src/libglfw3.a
  46. src/glfw3.lib
  47. src/glfw3.dll
  48. src/glfw3dll.lib
  49. src/libglfw3dll.a
  50. examples/*.app
  51. examples/*.exe
  52. examples/boing
  53. examples/gears
  54. examples/heightmap
  55. examples/offscreen
  56. examples/particles
  57. examples/splitview
  58. examples/sharing
  59. examples/simple
  60. examples/wave
  61. tests/*.app
  62. tests/*.exe
  63. tests/clipboard
  64. tests/cursor
  65. tests/empty
  66. tests/events
  67. tests/gamma
  68. tests/glfwinfo
  69. tests/icon
  70. tests/iconify
  71. tests/joysticks
  72. tests/monitors
  73. tests/msaa
  74. tests/reopen
  75. tests/tearing
  76. tests/threads
  77. tests/timeout
  78. tests/title
  79. tests/vulkan
  80. tests/windows