Gitignore for Visual Studio (#400)

master
jcdr428 2021-02-07 22:50:40 +02:00 committed by GitHub
parent 16a9c2885d
commit 7c7662f253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 1 deletions

15
.gitignore vendored
View File

@ -30,4 +30,17 @@
# Executables
*.exe
*.out
*.app
*.app
#Visual Studio
.vs
*.sln
*.json
**/Debug
**/Release
*.vcxproj*
#CMakeFiles
**/CMakeFiles
*.cmake
CMakeCache.txt