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

pull/280/head
Tom Spilman 6 years ago
parent 2c276f64d7
commit 6cb1821bf1

14
.gitignore vendored

@ -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
Loading…
Cancel
Save