mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +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
|
||||
cmake_uninstall.cmake
|
||||
src/config.h
|
||||
src/x11/libglfw.pc
|
||||
src/win32/libglfw.pc
|
||||
src/cocoa/libglfw.pc
|
||||
*.so
|
||||
*.a
|
||||
src/libglfw.pc
|
||||
src/libglfw.so
|
||||
src/libglfw.a
|
||||
examples/boing
|
||||
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