Skip to content

Instantly share code, notes, and snippets.

@keegoid
Forked from octocat/.gitignore
Last active March 5, 2016 08:38
Show Gist options
  • Save keegoid/efa547b362910ac7077c to your computer and use it in GitHub Desktop.
Save keegoid/efa547b362910ac7077c to your computer and use it in GitHub Desktop.
Some common .gitignore configurations
# global list of file types to ignore
# from https://gist.githubusercontent.com/octocat/9257657
# -------------------------- COMPILED SOURCES
*.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
ehthumbs.db
Thumbs.db
# -------------------------- TXT EDITOR BACKUPS
*.*~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment