Add support to start mongodb for python job
[releng/builder.git] / .gitignore
index d5cabc52c0cf4b74132eda1b4295bdeb261dc60e..c621dbbeb94e7d0a810afbaefbcb8f491511cf18 100644 (file)
@@ -1,4 +1,5 @@
-*.swp
+# Ignore Vim temporary files
+.*.sw?
 
 # Ignore changes to the JJB Configuration File
 jenkins.ini
@@ -6,3 +7,15 @@ jenkins.ini
 # Ignore Sandbox temporary files
 jjb/*/releng-*.yaml
 
+# Maven
+target/
+
+# Vagrant
+.vagrant
+
+# IntelliJ
+.idea/
+*.iml
+
+# Eclipse
+.project