summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 65b8e15..8f0e200 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@
*.bbg
*.prof
.*.swp
+/obj
/autom4te.cache
/config.log
/config.status
@@ -27,3 +28,4 @@ tags
.pytest*
*.pyc
/test/venv
+.vscode/ \ No newline at end of file