Explorar o código

.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 %!s(int64=4) %!d(string=hai) anos
pai
achega
3c3a96df3f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

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