Update .gitignore, remove artefacts

master
Harald Wolff 2021-01-12 14:46:19 +01:00
parent d5cf0580a5
commit 434a6971b6
1 changed files with 42 additions and 41 deletions

83
.gitignore vendored
View File

@ -1,41 +1,42 @@
# Autosave files # Autosave files
*~ *~
# build # build
[Oo]bj/ [Oo]bj/
[Bb]in/ [Bb]in/
packages/ packages/
TestResults/ TestResults/
# globs # globs
Makefile.in Makefile.in
*.DS_Store *.DS_Store
*.sln.cache *.sln.cache
*.suo *.suo
*.cache *.cache
*.pidb *.pidb
*.userprefs *.userprefs
*.usertasks *.usertasks
config.log config.log
config.make config.make
config.status config.status
aclocal.m4 aclocal.m4
install-sh install-sh
autom4te.cache/ autom4te.cache/
*.user *.user
*.tar.gz *.tar.gz
tarballs/ tarballs/
test-results/ test-results/
Thumbs.db Thumbs.db
.vs/ .vs/
# Mac bundle stuff # Mac bundle stuff
*.dmg *.dmg
*.app *.app
# resharper # resharper
*_Resharper.* *_Resharper.*
*.Resharper *.Resharper
# dotCover # dotCover
*.dotCover *.dotCover
.build