Add support to start mongodb for python job
[releng/builder.git] / .gitignore
index 6aca512152fdfe75414c8cbaecdb812852cf05a6..c621dbbeb94e7d0a810afbaefbcb8f491511cf18 100644 (file)
@@ -1,4 +1,21 @@
-*.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