2019-11-14 13:20:10 -05:00
|
|
|
# The canonical out-of-tree build subdirectory
|
|
|
|
build
|
|
|
|
|
|
|
|
# Visual Studio clutter
|
2013-05-20 06:40:35 -04:00
|
|
|
_ReSharper*
|
|
|
|
*.sdf
|
2015-04-07 11:41:43 -04:00
|
|
|
*.suo
|
2013-05-20 06:40:35 -04:00
|
|
|
*.dir
|
|
|
|
*.vcxproj*
|
|
|
|
*.sln
|
2019-12-05 11:33:11 -05:00
|
|
|
.vs
|
|
|
|
CMakeSettings.json
|
2013-05-20 06:40:35 -04:00
|
|
|
Win32
|
2015-04-07 11:41:43 -04:00
|
|
|
x64
|
2013-05-20 06:40:35 -04:00
|
|
|
Debug
|
|
|
|
Release
|
2015-04-07 11:41:43 -04:00
|
|
|
MinSizeRel
|
|
|
|
RelWithDebInfo
|
2019-11-14 13:20:10 -05:00
|
|
|
*.opensdf
|
|
|
|
|
2019-11-14 15:07:29 -05:00
|
|
|
# Xcode clutter
|
|
|
|
GLFW.build
|
|
|
|
GLFW.xcodeproj
|
|
|
|
|
2019-11-14 13:20:10 -05:00
|
|
|
# macOS clutter
|
|
|
|
.DS_Store
|
2013-05-20 06:40:35 -04:00
|
|
|
|
2019-11-14 13:20:10 -05:00
|
|
|
# Makefile generator clutter
|
2012-09-12 00:04:17 -04:00
|
|
|
Makefile
|
2019-11-14 13:20:10 -05:00
|
|
|
|
2019-11-14 13:45:29 -05:00
|
|
|
# Ninja generator clutter
|
|
|
|
build.ninja
|
|
|
|
rules.ninja
|
|
|
|
.ninja_deps
|
|
|
|
.ninja_log
|
|
|
|
|
2019-11-14 13:20:10 -05:00
|
|
|
# CMake clutter
|
2011-10-01 01:49:35 -04:00
|
|
|
CMakeCache.txt
|
2010-09-24 16:47:25 -04:00
|
|
|
CMakeFiles
|
2016-03-05 11:52:37 -05:00
|
|
|
CMakeScripts
|
2019-11-14 13:45:29 -05:00
|
|
|
CMakeDoxyfile.in
|
|
|
|
CMakeDoxygenDefaults.cmake
|
2010-09-24 16:47:25 -04:00
|
|
|
cmake_install.cmake
|
|
|
|
cmake_uninstall.cmake
|
2013-05-20 06:40:35 -04:00
|
|
|
|
|
|
|
# Generated files
|
2012-02-04 11:20:05 -05:00
|
|
|
docs/Doxyfile
|
2013-05-20 06:40:35 -04:00
|
|
|
docs/html
|
|
|
|
docs/warnings.txt
|
2015-05-28 12:55:03 -04:00
|
|
|
docs/doxygen_sqlite3.db
|
2013-10-09 13:46:44 -04:00
|
|
|
src/glfw_config.h
|
2012-09-06 17:57:36 -04:00
|
|
|
src/glfw3.pc
|
2015-01-04 20:40:32 -05:00
|
|
|
src/glfw3Config.cmake
|
|
|
|
src/glfw3ConfigVersion.cmake
|
2013-05-20 06:40:35 -04:00
|
|
|
|
|
|
|
# Compiled binaries
|
2013-05-22 17:04:43 -04:00
|
|
|
src/libglfw.so
|
|
|
|
src/libglfw.so.3
|
2019-04-16 08:43:29 -04:00
|
|
|
src/libglfw.so.3.4
|
2013-05-22 17:04:43 -04:00
|
|
|
src/libglfw.dylib
|
|
|
|
src/libglfw.dylib
|
|
|
|
src/libglfw.3.dylib
|
2019-04-16 08:43:29 -04:00
|
|
|
src/libglfw.3.4.dylib
|
2012-09-06 17:57:36 -04:00
|
|
|
src/libglfw3.a
|
|
|
|
src/glfw3.lib
|
|
|
|
src/glfw3.dll
|
|
|
|
src/glfw3dll.lib
|
2015-12-12 14:32:30 -05:00
|
|
|
src/libglfw3dll.a
|
2012-07-05 10:15:01 -04:00
|
|
|
examples/*.app
|
|
|
|
examples/*.exe
|
2012-01-10 15:39:16 -05:00
|
|
|
examples/boing
|
|
|
|
examples/gears
|
|
|
|
examples/heightmap
|
2016-11-16 09:13:20 -05:00
|
|
|
examples/offscreen
|
2014-01-11 14:46:24 -05:00
|
|
|
examples/particles
|
2012-01-10 15:39:16 -05:00
|
|
|
examples/splitview
|
2017-11-05 18:32:23 -05:00
|
|
|
examples/sharing
|
2019-05-19 13:46:22 -04:00
|
|
|
examples/triangle-opengl
|
2012-01-10 15:39:16 -05:00
|
|
|
examples/wave
|
2021-01-02 19:55:31 -05:00
|
|
|
examples/windows
|
2012-07-05 10:15:01 -04:00
|
|
|
tests/*.app
|
|
|
|
tests/*.exe
|
2012-09-06 17:57:36 -04:00
|
|
|
tests/clipboard
|
2014-01-23 09:24:57 -05:00
|
|
|
tests/cursor
|
2014-03-09 12:18:39 -04:00
|
|
|
tests/empty
|
2012-01-10 15:39:16 -05:00
|
|
|
tests/events
|
|
|
|
tests/gamma
|
|
|
|
tests/glfwinfo
|
2016-08-18 17:52:50 -04:00
|
|
|
tests/icon
|
2012-01-10 15:39:16 -05:00
|
|
|
tests/iconify
|
2021-01-02 19:55:31 -05:00
|
|
|
tests/inputlag
|
2012-01-10 15:39:16 -05:00
|
|
|
tests/joysticks
|
2015-01-25 17:37:29 -05:00
|
|
|
tests/monitors
|
2015-05-28 12:55:03 -04:00
|
|
|
tests/msaa
|
2012-01-10 15:39:16 -05:00
|
|
|
tests/reopen
|
|
|
|
tests/tearing
|
2012-09-06 17:57:36 -04:00
|
|
|
tests/threads
|
2016-08-18 17:52:50 -04:00
|
|
|
tests/timeout
|
2012-02-04 11:20:05 -05:00
|
|
|
tests/title
|
2019-05-24 11:21:48 -04:00
|
|
|
tests/triangle-vulkan
|
2020-07-08 13:30:16 -04:00
|
|
|
tests/window
|
2012-01-10 15:39:16 -05:00
|
|
|
tests/windows
|
2013-02-15 22:16:49 -05:00
|
|
|
|