removed .DS_Store

This commit is contained in:
Cameron Eure 2012-10-09 09:58:08 -07:00
commit 53dcc4e61a
2 changed files with 2 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

3
.gitignore vendored
View file

@ -4,4 +4,5 @@ build
build/*
__pycache__
__pycache__/*
*.pyc
*.pyc
.DS_Store