Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b2692da9ebc..1ffb8acb4f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,6 @@
#Ignore all bin folders
*/*/bin/
+#Ignore all .settings folders
+*/*/.settings/
+#Ignore vi temporary files
+*~

Back to the top