From 9d11bbc0eafdca22ba037251405007ed35768eaf Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Thu, 15 Aug 2019 10:14:01 +0200 Subject: [PATCH] Add the target directory and VS Code project files to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7eac4b491..5df8b1fbf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ *.sw* build/ +target +# Visual Studio Code +.project +.settings