Skip to content

Commit

Permalink
Set up .gitignore for Visual Studio CMake environment
Browse files Browse the repository at this point in the history
  • Loading branch information
CookiePLMonster committed Nov 13, 2021
1 parent b2181d4 commit 29e1c73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ nbproject/private/
Makefile
CMakeCache.txt
CMakeUserPresets.json
CMakeSettings.json
*.cmake
*.layout
*.depend
Expand All @@ -15,5 +16,7 @@ CMakeUserPresets.json
.dep.inc
build
dist
out
.vs
.vscode
.DS_Store

0 comments on commit 29e1c73

Please sign in to comment.