.gitignore 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. # The canonical out-of-tree build subdirectory
  2. build
  3. # Visual Studio clutter
  4. _ReSharper*
  5. *.sdf
  6. *.suo
  7. *.dir
  8. *.vcxproj*
  9. *.sln
  10. .vs
  11. CMakeSettings.json
  12. Win32
  13. x64
  14. Debug
  15. Release
  16. MinSizeRel
  17. RelWithDebInfo
  18. *.opensdf
  19. # Xcode clutter
  20. GLFW.build
  21. GLFW.xcodeproj
  22. # macOS clutter
  23. .DS_Store
  24. # Makefile generator clutter
  25. Makefile
  26. # Ninja generator clutter
  27. build.ninja
  28. rules.ninja
  29. .ninja_deps
  30. .ninja_log
  31. # CMake clutter
  32. CMakeCache.txt
  33. CMakeFiles
  34. CMakeScripts
  35. CMakeDoxyfile.in
  36. CMakeDoxygenDefaults.cmake
  37. cmake_install.cmake
  38. cmake_uninstall.cmake
  39. # Generated files
  40. docs/Doxyfile
  41. docs/html
  42. docs/warnings.txt
  43. docs/doxygen_sqlite3.db
  44. src/glfw_config.h
  45. src/glfw3.pc
  46. src/glfw3Config.cmake
  47. src/glfw3ConfigVersion.cmake
  48. src/wayland-pointer-constraints-unstable-v1-client-protocol.h
  49. src/wayland-pointer-constraints-unstable-v1-protocol.c
  50. src/wayland-relative-pointer-unstable-v1-client-protocol.h
  51. src/wayland-relative-pointer-unstable-v1-protocol.c
  52. # Compiled binaries
  53. src/libglfw.so
  54. src/libglfw.so.3
  55. src/libglfw.so.3.3
  56. src/libglfw.dylib
  57. src/libglfw.dylib
  58. src/libglfw.3.dylib
  59. src/libglfw.3.3.dylib
  60. src/libglfw3.a
  61. src/glfw3.lib
  62. src/glfw3.dll
  63. src/glfw3dll.lib
  64. src/libglfw3dll.a
  65. examples/*.app
  66. examples/*.exe
  67. examples/boing
  68. examples/gears
  69. examples/heightmap
  70. examples/offscreen
  71. examples/particles
  72. examples/splitview
  73. examples/sharing
  74. examples/simple
  75. examples/wave
  76. tests/*.app
  77. tests/*.exe
  78. tests/clipboard
  79. tests/cursor
  80. tests/empty
  81. tests/events
  82. tests/gamma
  83. tests/glfwinfo
  84. tests/icon
  85. tests/iconify
  86. tests/joysticks
  87. tests/monitors
  88. tests/msaa
  89. tests/reopen
  90. tests/tearing
  91. tests/threads
  92. tests/timeout
  93. tests/title
  94. tests/triangle-vulkan
  95. tests/windows