diff options
author | Dan McGee <dan@archlinux.org> | 2012-10-26 16:47:46 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-10-26 16:47:46 -0500 |
commit | 520066075938d325f93f814f92bb6005d00833c8 (patch) | |
tree | 521fcd63ecd64688e5c3747efc0a1c97f2ca6dcc /.gitignore | |
parent | 96cabfbdd6564a8b1e7cc7b365a194cbb6736fae (diff) |
Add .DS_Store to .gitignore
Thanks for your silly files, OS X.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ *.pyc *.swp *.swo +.DS_Store local_settings.py archweb.db archweb.db-* |