diff options
author | Oliver <post@toktan.org> | 2013-02-02 22:59:39 +0100 |
---|---|---|
committer | Oliver <post@toktan.org> | 2013-02-02 22:59:39 +0100 |
commit | 17cf6c41dbe0d18ca73ba1f929128162033c7c90 (patch) | |
tree | 62f992c83b168577c30edb59c4afd94ffd1320d1 | |
parent | c5b00bc56cd609e91cd60d05bb7a82301ae46047 (diff) | |
download | volse-hubzilla-17cf6c41dbe0d18ca73ba1f929128162033c7c90.tar.gz volse-hubzilla-17cf6c41dbe0d18ca73ba1f929128162033c7c90.tar.bz2 volse-hubzilla-17cf6c41dbe0d18ca73ba1f929128162033c7c90.zip |
Ignore OSX .DS_Store
-rw-r--r-- | .gitignore | 4 |
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 |