mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 04:54:35 +00:00
Added missing VC++ gitignore entries.
This commit is contained in:
parent
6b21c4f6c9
commit
b875bbcdf1
4
.gitignore
vendored
4
.gitignore
vendored
@ -3,12 +3,16 @@
|
|||||||
_ReSharper*
|
_ReSharper*
|
||||||
*.opensdf
|
*.opensdf
|
||||||
*.sdf
|
*.sdf
|
||||||
|
*.suo
|
||||||
*.dir
|
*.dir
|
||||||
*.vcxproj*
|
*.vcxproj*
|
||||||
*.sln
|
*.sln
|
||||||
Win32
|
Win32
|
||||||
|
x64
|
||||||
Debug
|
Debug
|
||||||
Release
|
Release
|
||||||
|
MinSizeRel
|
||||||
|
RelWithDebInfo
|
||||||
|
|
||||||
# CMake files
|
# CMake files
|
||||||
Makefile
|
Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user