mirror of
https://github.com/glfw/glfw.git
synced 2024-11-13 05:53:50 +00:00
Updated .gitignore.
This commit is contained in:
parent
8a948753df
commit
755c2a364b
19
.gitignore
vendored
19
.gitignore
vendored
@ -6,13 +6,13 @@ cmake_uninstall.cmake
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
docs/Doxyfile
|
docs/Doxyfile
|
||||||
src/config.h
|
src/config.h
|
||||||
src/libglfw.pc
|
src/glfw3.pc
|
||||||
src/libglfw.so
|
src/libglfw3.so
|
||||||
src/libglfw.a
|
src/libglfw3.a
|
||||||
src/libglfw.dylib
|
src/libglfw3.dylib
|
||||||
src/glfw.lib
|
src/glfw3.lib
|
||||||
src/glfw.dll
|
src/glfw3.dll
|
||||||
src/glfwdll.lib
|
src/glfw3dll.lib
|
||||||
examples/boing
|
examples/boing
|
||||||
examples/gears
|
examples/gears
|
||||||
examples/heightmap
|
examples/heightmap
|
||||||
@ -22,8 +22,8 @@ examples/wave
|
|||||||
examples/*.app
|
examples/*.app
|
||||||
examples/*.exe
|
examples/*.exe
|
||||||
tests/accuracy
|
tests/accuracy
|
||||||
|
tests/clipboard
|
||||||
tests/defaults
|
tests/defaults
|
||||||
tests/dynamic
|
|
||||||
tests/events
|
tests/events
|
||||||
tests/fsaa
|
tests/fsaa
|
||||||
tests/fsfocus
|
tests/fsfocus
|
||||||
@ -31,11 +31,12 @@ tests/gamma
|
|||||||
tests/glfwinfo
|
tests/glfwinfo
|
||||||
tests/iconify
|
tests/iconify
|
||||||
tests/joysticks
|
tests/joysticks
|
||||||
tests/listmodes
|
tests/modes
|
||||||
tests/peter
|
tests/peter
|
||||||
tests/reopen
|
tests/reopen
|
||||||
tests/sharing
|
tests/sharing
|
||||||
tests/tearing
|
tests/tearing
|
||||||
|
tests/threads
|
||||||
tests/title
|
tests/title
|
||||||
tests/windows
|
tests/windows
|
||||||
tests/*.app
|
tests/*.app
|
||||||
|
Loading…
Reference in New Issue
Block a user