Update gitignore and settings.json (#582)

* Ignore tmp files in gitignore

* Update .vscode/settings.json
This commit is contained in:
Hugh Bellamy 2019-08-05 10:42:56 +00:00 коммит произвёл Alexander Köplinger
Родитель 64b43a26bd
Коммит 43218b4d78
2 изменённых файлов: 7 добавлений и 1 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -94,3 +94,4 @@ Temporary Items
coverage.info
/coverage
*.tmp

7
.vscode/settings.json поставляемый
Просмотреть файл

@ -5,6 +5,11 @@
"__locale": "c",
"string": "c",
"string_view": "c",
"vector": "c"
"vector": "c",
"jpegcodec.h": "c",
"jpeglib.h": "c",
"dstream.h": "c",
"jconfig.h": "c",
"jmorecfg.h": "c"
}
}