1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-07 22:57:25 -04:00
glfw/.gitignore
2012-01-29 19:09:20 +01:00

42 lines
598 B
Plaintext

*.a
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
examples/boing
examples/gears
examples/heightmap
examples/splitview
examples/triangle
examples/wave
examples/*.app
examples/*.exe
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/version
tests/windows
tests/*.app
tests/*.exe