Added gitignore to hide stuff that shouldn't be checked in.

This commit is contained in:
Tom Spilman 2018-02-23 19:59:21 -06:00
parent 2c276f64d7
commit 6cb1821bf1

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