From b4fdddd69e90e14ddedb1bad065df977c0eabdcb Mon Sep 17 00:00:00 2001 From: Harald Wolff-Thobaben Date: Wed, 18 Nov 2020 00:38:57 +0100 Subject: [PATCH] update .gitignore --- .gitignore | 45 +++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 41 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 790f01f..cd51a9f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,41 @@ -obj -bin -ln.types -ln.logging \ No newline at end of file +# 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 +.vs/ + +# Mac bundle stuff +*.dmg +*.app + +# resharper +*_Resharper.* +*.Resharper + +# dotCover +*.dotCover