aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 322c5b2..93ef7df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,17 +1,19 @@
.DS_store
*.pyc
+*~
.idea
.tox
.cache
.eggs
+.vscode
+.pytest_cache/
venv
nfvbench.egg-info
nfvbenchvm/dib/dib-venv
nfvbenchvm/dib/nfvbenchvm_centos-*.d/
*.qcow2
-docs/_build
-docs/conf.py
docs/_static
build/
AUTHORS
ChangeLog
+docs/_build/*