Last active
August 29, 2015 14:26
-
-
Save MatisseHack/1457f8286c4a4f385d83 to your computer and use it in GitHub Desktop.
Based on the Visual Studio .gitignore, with a few additions
This file contains 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
#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