Created
November 24, 2014 11:31
-
-
Save Zorgatone/122627a106e570b2408a to your computer and use it in GitHub Desktop.
My global git ignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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