Skip to content

Instantly share code, notes, and snippets.

@Narven
Created October 29, 2013 17:03
Show Gist options
  • Select an option

  • Save Narven/7218659 to your computer and use it in GitHub Desktop.

Select an option

Save Narven/7218659 to your computer and use it in GitHub Desktop.
// to delete all DS_Store files in the dir
find . -name '*.DS_Store' -type f -delete
/.buildpath
/build/
*/archive/
__MACOSX
.DS_Store
.project
.settings
.classpath
.sass-cache/
# OS generated files #
######################
*/.DS_Store
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
# 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
*.zi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment