Merge "Update cloud image Ubuntu18.04 mininet ovs"
[releng/builder.git] / .gitignore
index d5cabc52c0cf4b74132eda1b4295bdeb261dc60e..53704da62ae6d03e1cdb58cbad6643e2cf1d2bf9 100644 (file)
@@ -1,4 +1,5 @@
-*.swp
+# Ignore Vim temporary files
+.*.sw?
 
 # Ignore changes to the JJB Configuration File
 jenkins.ini
@@ -6,3 +7,20 @@ jenkins.ini
 # Ignore Sandbox temporary files
 jjb/*/releng-*.yaml
 
+# Maven
+target/
+
+# Vagrant
+.vagrant
+
+# IntelliJ
+.idea/
+*.iml
+
+# Eclipse
+.project
+
+# Python
+.tox/
+__pycache__/
+*.pyc