remove extra comma from last job in list
[releng/builder.git] / .gitignore
index 2cf4dca4e23170044477b83070b53c5589231fca..4ee9ea951f4d64f1b94d76d87ed05c03db92fb21 100644 (file)
@@ -1,4 +1,5 @@
-*.swp
+# Ignore Vim temporary files
+.*.sw?
 
 # Ignore changes to the JJB Configuration File
 jenkins.ini
@@ -12,3 +13,6 @@ target/
 # Vagrant
 .vagrant
 
+# IntelliJ
+.idea/
+*.iml