From 7c357e1b024126c72534bdb9a705cebfe0561e0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dario=20Vladovi=C4=87?= Date: Sun, 14 Jun 2020 06:24:16 +0200 Subject: [PATCH] Update gitignore (#759) Add VSCode project folder and macOS specific stuff. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 37f16fea..5b69be38 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,9 @@ Release/ # The baseline file is machine-specific /test/benchmark/baseline.txt +# VSCode project files. +.vscode + # XCode user-specific stuff xcuserdata/ @@ -33,3 +36,6 @@ ipch/ *.user *.userosscache *.sln.docstates + +# macOS +.DS_Store