Skip to content

Instantly share code, notes, and snippets.

@MatisseHack
Last active August 29, 2015 14:26
Show Gist options
  • Save MatisseHack/1457f8286c4a4f385d83 to your computer and use it in GitHub Desktop.
Save MatisseHack/1457f8286c4a4f385d83 to your computer and use it in GitHub Desktop.
Based on the Visual Studio .gitignore, with a few additions
#Autosave files
*~
#build
[Oo]bj/
[Bb]in/
packages/
TestResults/
# globs
Makefile.in
*.DS_Store
*.sln.cache
*.suo
*.cache
*.pidb
*.userprefs
*.usertasks
config.log
config.make
config.status
aclocal.m4
install-sh
autom4te.cache/
*.user
*.tar.gz
tarballs/
test-results/
Thumbs.db
#Mac bundle stuff
*.dmg
*.app
#resharper
*_Resharper.*
*.Resharper
#dotCover
*.dotCover
# Automation additions
#Binaries
*.apk
*.app
*.ipa
#Archives
*.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment