mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 15:23:17 +01:00
Merge branch 'master' into multi-monitor
Conflicts: .gitignore examples/CMakeLists.txt include/GL/glfw3.h src/CMakeLists.txt src/internal.h src/win32_platform.h src/win32_window.c src/x11_fullscreen.c src/x11_platform.h tests/listmodes.c
This commit is contained in:
33
.gitignore
vendored
33
.gitignore
vendored
@@ -1,25 +1,30 @@
|
||||
*.a
|
||||
.DS_Store
|
||||
CMakeCache.txt
|
||||
CMakeFiles
|
||||
cmake_install.cmake
|
||||
cmake_uninstall.cmake
|
||||
.DS_Store
|
||||
src/config.h
|
||||
src/libglfw.pc
|
||||
src/libglfw.so
|
||||
src/libglfw.a
|
||||
src/libglfw.dylib
|
||||
src/libglfw.lib
|
||||
src/libglfwdll.lib
|
||||
src/libglfw.dll
|
||||
docs/Doxyfile
|
||||
examples/*.app
|
||||
examples/*.exe
|
||||
examples/boing
|
||||
examples/gears
|
||||
examples/heightmap
|
||||
examples/splitview
|
||||
examples/triangle
|
||||
examples/wave
|
||||
examples/*.app
|
||||
examples/*.exe
|
||||
src/config.h
|
||||
src/glfw.dll
|
||||
src/glfw.lib
|
||||
src/glfwdll.lib
|
||||
src/libglfw.a
|
||||
src/libglfw.dll
|
||||
src/libglfw.dylib
|
||||
src/libglfw.lib
|
||||
src/libglfw.pc
|
||||
src/libglfw.so
|
||||
src/libglfwdll.lib
|
||||
tests/*.app
|
||||
tests/*.exe
|
||||
tests/accuracy
|
||||
tests/defaults
|
||||
tests/dynamic
|
||||
@@ -30,12 +35,10 @@ tests/gamma
|
||||
tests/glfwinfo
|
||||
tests/iconify
|
||||
tests/joysticks
|
||||
tests/listmodes
|
||||
tests/peter
|
||||
tests/reopen
|
||||
tests/sharing
|
||||
tests/tearing
|
||||
tests/title
|
||||
tests/version
|
||||
tests/windows
|
||||
tests/*.app
|
||||
tests/*.exe
|
||||
|
||||
Reference in New Issue
Block a user