diff options
author | Nick Daniels <nick.daniels@forward.co.uk> | 2012-12-19 14:17:21 +0000 |
---|---|---|
committer | Nick Daniels <nick.daniels@forward.co.uk> | 2012-12-19 14:17:21 +0000 |
commit | 8a2f13c30402f8bb75cf66a73ecbbc125163ecaa (patch) | |
tree | b17aceb66acde2f83078f68a52618c43252d4e36 | |
parent | 77bd7968eaa7a439c03e22f75b094923100c3cf1 (diff) |
Ignore DS_Store files in Git
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a4204620b..f07fc5d60 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.pyc *.pyo *~ +*.DS_Store wine-py2exe/ py2exe.log *.kate-swp |