Updated .gitignore

- Added some necessary parameters
This commit is contained in:
Taylor Shuler 2014-05-10 20:48:33 -07:00
parent 103a22860b
commit 0fe965b2d9
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

@ -1,3 +1,4 @@
# Ignore Eclipse related things
build/ build/
.classpath .classpath
.project .project
@ -5,3 +6,8 @@ build/
eclipse/ eclipse/
bin/ bin/
repo/ repo/
# Ignore OS cache files and directories
*.DS_Store
_MACOSX
Thumbs.db