Browse Source

Ignore DS_Store files in Git

master
Nick Daniels 12 years ago
parent
commit
8a2f13c304
1 changed files with 1 additions and 0 deletions
  1. 1
      .gitignore

1
.gitignore

@ -1,6 +1,7 @@
*.pyc
*.pyo
*~
*.DS_Store
wine-py2exe/
py2exe.log
*.kate-swp

Loading…
Cancel
Save