mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 04:53:50 +00:00
Updated .gitignore.
This commit is contained in:
parent
87f713a5e2
commit
2b106336ae
30
.gitignore
vendored
30
.gitignore
vendored
@ -4,8 +4,28 @@ CMakeCache.txt
|
|||||||
Makefile
|
Makefile
|
||||||
cmake_uninstall.cmake
|
cmake_uninstall.cmake
|
||||||
src/config.h
|
src/config.h
|
||||||
src/x11/libglfw.pc
|
src/libglfw.pc
|
||||||
src/win32/libglfw.pc
|
src/libglfw.so
|
||||||
src/cocoa/libglfw.pc
|
src/libglfw.a
|
||||||
*.so
|
examples/boing
|
||||||
*.a
|
examples/gears
|
||||||
|
examples/heightmap
|
||||||
|
examples/splitview
|
||||||
|
examples/triangle
|
||||||
|
examples/wave
|
||||||
|
tests/accuracy
|
||||||
|
tests/defaults
|
||||||
|
tests/dynamic
|
||||||
|
tests/events
|
||||||
|
tests/fsaa
|
||||||
|
tests/fsfocus
|
||||||
|
tests/gamma
|
||||||
|
tests/glfwinfo
|
||||||
|
tests/iconify
|
||||||
|
tests/joysticks
|
||||||
|
tests/listmodes
|
||||||
|
tests/peter
|
||||||
|
tests/reopen
|
||||||
|
tests/sharing
|
||||||
|
tests/tearing
|
||||||
|
tests/windows
|
||||||
|
Loading…
Reference in New Issue
Block a user