Merge "Add gre type driver for dc-gw and tdd cases"
[releng/builder.git] / .gitignore
index a4ce88164d1372ac78c66b2ce69a84f90c7084b9..53704da62ae6d03e1cdb58cbad6643e2cf1d2bf9 100644 (file)
@@ -1,4 +1,5 @@
-*.swp
+# Ignore Vim temporary files
+.*.sw?
 
 # Ignore changes to the JJB Configuration File
 jenkins.ini
@@ -9,4 +10,17 @@ jjb/*/releng-*.yaml
 # Maven
 target/
 
+# Vagrant
+.vagrant
 
+# IntelliJ
+.idea/
+*.iml
+
+# Eclipse
+.project
+
+# Python
+.tox/
+__pycache__/
+*.pyc