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

80 lines
1.1 KiB
Plaintext
Raw Normal View History

2013-05-20 06:40:35 -04:00
# External junk
.DS_Store
2013-05-20 06:40:35 -04:00
_ReSharper*
*.opensdf
*.sdf
2015-04-07 11:41:43 -04:00
*.suo
2013-05-20 06:40:35 -04:00
*.dir
*.vcxproj*
*.sln
Win32
2015-04-07 11:41:43 -04:00
x64
2013-05-20 06:40:35 -04:00
Debug
Release
2015-04-07 11:41:43 -04:00
MinSizeRel
RelWithDebInfo
2013-05-20 06:40:35 -04:00
# CMake files
Makefile
CMakeCache.txt
CMakeFiles
cmake_install.cmake
cmake_uninstall.cmake
2013-05-20 06:40:35 -04:00
# Generated files
2012-02-04 11:20:05 -05:00
docs/Doxyfile
2013-05-20 06:40:35 -04:00
docs/html
docs/warnings.txt
2015-05-28 12:55:03 -04:00
docs/doxygen_sqlite3.db
2013-10-09 13:46:44 -04:00
src/glfw_config.h
2012-09-06 17:57:36 -04:00
src/glfw3.pc
2015-01-04 20:40:32 -05:00
src/glfw3Config.cmake
src/glfw3ConfigVersion.cmake
2013-05-20 06:40:35 -04:00
# Compiled binaries
2013-05-22 17:04:43 -04:00
src/libglfw.so
src/libglfw.so.3
src/libglfw.so.3.0
src/libglfw.dylib
src/libglfw.dylib
src/libglfw.3.dylib
src/libglfw.3.0.dylib
2012-09-06 17:57:36 -04:00
src/libglfw3.a
src/glfw3.lib
src/glfw3.dll
src/glfw3dll.lib
2013-06-17 11:36:52 -04:00
src/glfw3dll.a
examples/*.app
examples/*.exe
2012-01-10 15:39:16 -05:00
examples/boing
examples/gears
examples/heightmap
2014-01-11 14:46:24 -05:00
examples/particles
2012-01-10 15:39:16 -05:00
examples/splitview
2013-03-06 17:30:42 -05:00
examples/simple
2012-01-10 15:39:16 -05:00
examples/wave
tests/*.app
tests/*.exe
2012-01-10 15:39:16 -05:00
tests/accuracy
2012-09-06 17:57:36 -04:00
tests/clipboard
2014-01-23 09:24:57 -05:00
tests/cursor
tests/cursoranim
2012-01-10 15:39:16 -05:00
tests/defaults
2014-03-09 12:18:39 -04:00
tests/empty
2012-01-10 15:39:16 -05:00
tests/events
tests/gamma
tests/glfwinfo
tests/iconify
tests/joysticks
2015-01-25 17:37:29 -05:00
tests/monitors
2015-05-28 12:55:03 -04:00
tests/msaa
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