Skip to content

Instantly share code, notes, and snippets.

@alghanmi
Last active December 26, 2015 04:48
Show Gist options
  • Save alghanmi/7095543 to your computer and use it in GitHub Desktop.
Save alghanmi/7095543 to your computer and use it in GitHub Desktop.
Sample .gitignore file
##Editor Temporary Files
.*.sw[a-z]
*~
\#*\#
##Compiled source
*.class
*.o
*.so
*.pyc
*.exe
##Packages
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
## Logs
*.log
##OS generated files
Thumbs.db
Desktop.ini
.DS_Store
.Trashes
.Trash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment