diff options
author | Giuseppe 'ferdy' Miceli <ferdy@ferdy.it> | 2014-03-03 17:05:02 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-03 09:36:06 -0800 |
commit | efac343206a007e0ddec78610b72cf504160bf1c (patch) | |
tree | 3a9c2a62e6ab2bcc224b1ab1e4a3827754e1c8cb /.gitignore | |
parent | c4f49d50750725450890aa876b2cced2335647f8 (diff) | |
download | subsurface-efac343206a007e0ddec78610b72cf504160bf1c.tar.gz |
Add .DS_Store files to .gitignore
Signed-off-by: Giuseppe 'ferdy' Miceli <ferdy@ferdy.it>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ac16b6d41..6dc021838 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ callgrind.out.* Makefile subsurface.pro.user* Subsurface.app +.DS_Store |