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