Remove unused views
[releng/builder.git] / .gitignore
index 2cf4dca4e23170044477b83070b53c5589231fca..53704da62ae6d03e1cdb58cbad6643e2cf1d2bf9 100644 (file)
@@ -1,4 +1,5 @@
-*.swp
+# Ignore Vim temporary files
+.*.sw?
 
 # Ignore changes to the JJB Configuration File
 jenkins.ini
@@ -12,3 +13,14 @@ target/
 # Vagrant
 .vagrant
 
+# IntelliJ
+.idea/
+*.iml
+
+# Eclipse
+.project
+
+# Python
+.tox/
+__pycache__/
+*.pyc