diff options
Diffstat (limited to '.gitignore')
| -rwxr-xr-x | .gitignore | 40 | 
1 files changed, 40 insertions, 0 deletions
| diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..4e82d27 --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +# 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
 |