aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorOliver <post@toktan.org>2013-02-02 22:59:39 +0100
committerOliver <post@toktan.org>2013-02-02 22:59:39 +0100
commit17cf6c41dbe0d18ca73ba1f929128162033c7c90 (patch)
tree62f992c83b168577c30edb59c4afd94ffd1320d1 /.gitignore
parentc5b00bc56cd609e91cd60d05bb7a82301ae46047 (diff)
downloadvolse-hubzilla-17cf6c41dbe0d18ca73ba1f929128162033c7c90.tar.gz
volse-hubzilla-17cf6c41dbe0d18ca73ba1f929128162033c7c90.tar.bz2
volse-hubzilla-17cf6c41dbe0d18ca73ba1f929128162033c7c90.zip
Ignore OSX .DS_Store
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