glfw/.gitignore

42 lines
598 B
Plaintext
Raw Normal View History

*.a
CMakeCache.txt
CMakeFiles
cmake_install.cmake
cmake_uninstall.cmake
.DS_Store
src/config.h
2012-01-10 20:39:16 +00:00
src/libglfw.pc
src/libglfw.so
src/libglfw.a
src/libglfw.dylib
src/libglfw.lib
src/libglfwdll.lib
src/libglfw.dll
2012-01-10 20:39:16 +00:00
examples/boing
examples/gears
examples/heightmap
examples/splitview
examples/triangle
examples/wave
examples/*.app
examples/*.exe
2012-01-10 20:39:16 +00:00
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
2012-01-10 20:39:16 +00:00
tests/windows
tests/*.app
tests/*.exe