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