1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00
glfw/.gitignore

46 lines
649 B
Plaintext
Raw Normal View History

.DS_Store
Makefile
CMakeCache.txt
CMakeFiles
cmake_install.cmake
cmake_uninstall.cmake
2012-02-04 11:20:05 -05:00
docs/Doxyfile
src/config.h
2012-09-06 17:57:36 -04:00
src/glfw3.pc
src/libglfw3.so
src/libglfw3.a
src/libglfw3.dylib
src/glfw3.lib
src/glfw3.dll
src/glfw3dll.lib
examples/*.app
examples/*.exe
2012-01-10 15:39:16 -05:00
examples/boing
examples/gears
examples/heightmap
examples/splitview
examples/triangle
examples/wave
src/config.h
tests/*.app
tests/*.exe
2012-01-10 15:39:16 -05:00
tests/accuracy
2012-09-06 17:57:36 -04:00
tests/clipboard
2012-01-10 15:39:16 -05:00
tests/defaults
tests/events
tests/fsaa
tests/fsfocus
tests/gamma
tests/glfwinfo
tests/iconify
tests/joysticks
2012-09-06 17:57:36 -04:00
tests/modes
2012-01-10 15:39:16 -05:00
tests/peter
tests/reopen
tests/sharing
tests/tearing
2012-09-06 17:57:36 -04:00
tests/threads
2012-02-04 11:20:05 -05:00
tests/title
tests/version
2012-01-10 15:39:16 -05:00
tests/windows