diff options
-rw-r--r-- | .gitignore | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore index 9af271235..d3fab9f1a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ *~ -#*# -.idea -*.iml +\#*# +.idea/ *.komodoproject .loadpath .project @@ -15,15 +14,14 @@ .DS_Store gce.ini multi_ec2.yaml -multi_inventory.yaml .vagrant .tags* -ansible.cfg +/ansible.cfg *.retry .vscode/* .cache -.tox +.tox/ .coverage *.egg-info .eggs -cover +cover/ |