diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e3274c5057..1a1aa568bc 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,9 @@ _test # IntelliJ .idea +# MS VSCode +.vscode + # Architecture specific extensions/prefixes *.[568vq] [568vq].out @@ -36,6 +39,7 @@ _testmain.go *.log /gitea +/debug /integrations.test /bin |