Merge pull request #280 from MonoGame/ignore

Added gitignore to hide stuff that shouldn't be checked in.
This commit is contained in:
Ignacio 2018-02-24 12:04:38 -08:00 committed by GitHub
commit 6ea078f196
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
**/bin/
**/obj/
**/Debug/
**/Release/
**/Debug.x64/
**/Release.x64/
**/Debug.Win32/
**/Release.Win32/
**/Debug-CUDA/
**/Release-CUDA/
*.vcxproj.user
*.opensdf
*.sdf
*.suo