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

This commit is contained in:
combolek 2021-07-26 02:59:48 -07:00 committed by GitHub
parent a113f227f5
commit f51f1cc368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View File

@ -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/