Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed osx files, added .gitignore
  • Loading branch information
JustinGillespie committed Sep 6, 2012
1 parent 09a6cc7 commit 266fd06
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
Binary file removed .DS_Store
Binary file not shown.
38 changes: 38 additions & 0 deletions .gitignore
@@ -0,0 +1,38 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db

0 comments on commit 266fd06

Please sign in to comment.