aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 5eb4dfe4e..6cb36fb26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,7 +5,6 @@ include/jquery-1.4.2.min.js
*.log
*.out
*.version*
-favicon.*
home.html
addon
*~
@@ -27,3 +26,6 @@ report/
.buildpath
.externalToolBuilders
.settings
+
+#ignore OSX .DS_Store files
+.DS_Store