.gitignore 1.5 KB

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