From 6f12242a55238c19e12399d2a41f67ea6924f9c7 Mon Sep 17 00:00:00 2001 From: Puasonych Date: Wed, 11 Apr 2018 11:41:48 +0300 Subject: [PATCH] Update .gitignore --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index be48891f..2b432ca5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # Auto generated files -build/* +build/* *.slo *.lo *.o @@ -65,5 +65,7 @@ install_manifest.txt /tests/logs/* # idea -.idea/ +.idea/ + +# vscode .vscode/ \ No newline at end of file