aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 87a3e593..7532c59f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,9 +36,12 @@ docs/_build
docs/utils/__pycache__
docs/utils/*.pyc
/deps/downloads/
+deps/install
+deps/cache
# vim stuff
-*.swp
+[._]*.sw[a-p]
+[._]sw[a-p]
# IDE files
.idea
@@ -46,3 +49,5 @@ browse.VC.db
CMakeLists.txt.user
/CMakeSettings.json
/.vs
+/.cproject
+/.project