Skip to content

Instantly share code, notes, and snippets.

@Zorgatone
Created November 24, 2014 11:31
Show Gist options
  • Save Zorgatone/122627a106e570b2408a to your computer and use it in GitHub Desktop.
Save Zorgatone/122627a106e570b2408a to your computer and use it in GitHub Desktop.
My global git ignore
# Archives and executables #
*.jar
*.rar
*.tar
*.zip
*.exe
*.dmg
*.tar.gz
*.xz
*.tar.xz
*.bz2
*.tar.bz2
*.tgz
*.out
*.7zip
*.iso
*.img
*.bin
*.dll
*.dylib
*.a
*.o
*.db
*.lib
*.s
# Logs and databases #
######################
*.log
# Emacs backups #
\#*\#
*~
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment