Преглед изворни кода

.gitignore: ignore any .vscode* file

.vscode-ctags are being tracked by git. Update .gitignore to
include any .vscode* file

Signed-off-by: Nicholas Smith <[email protected]>
Nicholas Smith пре 4 година
родитељ
комит
3c3a96df3f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

@@ -29,4 +29,4 @@ git-src
 .project
 .cproject
 .ccache
-.vscode
+.vscode*