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