1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

.DS_Store can be ignored.

This commit is contained in:
Alex Gaynor 2013-07-08 08:51:29 +10:00
parent c8c22ccdcb
commit d66bd1dfb9

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ docs/_build/
docs/locale/
tests/coverage_html/
tests/.coverage
.DS_Store