Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add vscode cmake plugin files to gitignore
- Loading branch information
Showing
with
2 additions
and
1 deletion.
-
+2
−1
.gitignore
|
@@ -24,8 +24,9 @@ gtags.files |
|
|
.idea |
|
|
# Codelite |
|
|
*.project |
|
|
# Visual Studio Code |
|
|
# Visual Studio Code & plugins |
|
|
.vscode/ |
|
|
build/.cmake/ |
|
|
# Gradle |
|
|
.gradle |
|
|
|
|
|