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