Browse Source

Add Visual Studio code build files and Emacs TAGS file to .gitignore (#6725)

combolek 3 years ago
parent
commit
f51f1cc368
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -1,5 +1,6 @@
 Build
 Build.bat
+/build/
 MYMETA.json
 MYMETA.yml
 _build
@@ -11,3 +12,5 @@ xs/MANIFEST.bak
 xs/assertlib*
 .init_bundle.ini
 local-lib
+/src/TAGS
+/.vscode/