From: Thomas Pietrzak Date: Mon, 29 Nov 2021 16:56:11 +0000 (+0100) Subject: ignore more temporrary files in vscode X-Git-Tag: first-full-draft~83 X-Git-Url: https://git.thomaspietrzak.com/?a=commitdiff_plain;h=accba5ef591d9afaf763160f4aae2e85fb03f684;p=hdr.git ignore more temporrary files in vscode --- diff --git a/.vscode/settings.json b/.vscode/settings.json index 1529be7..c8cd5ce 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -80,8 +80,13 @@ "files.exclude": { "**/_minted-*": true, "**/*.aux": true, + "**/*.auxlock": true, "**/*.bbl": true, "**/*.blg": true, + "**/*.idx": true, + "**/*.ind": true, + "**/*.ilg": true, + "**/*.lod": true, "**/*.lof": true, "**/*.log": true, "**/*.lol": true,