mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 01:55:09 +00:00
Added windows build intermediate files to .gitignore.
This commit is contained in:
parent
d5def558d3
commit
021ce1f7f4
43
.gitignore
vendored
43
.gitignore
vendored
@ -1,11 +1,40 @@
|
|||||||
|
*.a
|
||||||
|
CMakeCache.txt
|
||||||
CMakeFiles
|
CMakeFiles
|
||||||
cmake_install.cmake
|
cmake_install.cmake
|
||||||
CMakeCache.txt
|
|
||||||
Makefile
|
|
||||||
cmake_uninstall.cmake
|
cmake_uninstall.cmake
|
||||||
src/config.h
|
*.dll
|
||||||
src/x11/libglfw.pc
|
examples/boing
|
||||||
src/win32/libglfw.pc
|
examples/gears
|
||||||
src/cocoa/libglfw.pc
|
examples/heightmap
|
||||||
|
examples/splitview
|
||||||
|
examples/triangle
|
||||||
|
examples/wave
|
||||||
|
*.exe
|
||||||
|
*.exp
|
||||||
|
*.ilk
|
||||||
|
*.lib
|
||||||
|
libglfw.pc
|
||||||
|
Makefile
|
||||||
|
*.manifest
|
||||||
|
*.pdb
|
||||||
|
*.res
|
||||||
|
*.resource.txt
|
||||||
*.so
|
*.so
|
||||||
*.a
|
src/config.h
|
||||||
|
*.swp
|
||||||
|
tests/accuracy
|
||||||
|
tests/defaults
|
||||||
|
tests/events
|
||||||
|
tests/fsaa
|
||||||
|
tests/fsfocus
|
||||||
|
tests/gamma
|
||||||
|
tests/iconify
|
||||||
|
tests/joysticks
|
||||||
|
tests/listmodes
|
||||||
|
tests/peter
|
||||||
|
tests/reopen
|
||||||
|
tests/sharing
|
||||||
|
tests/tearing
|
||||||
|
tests/version
|
||||||
|
tests/windows
|
||||||
|
Loading…
Reference in New Issue
Block a user