From 02de44cd12f4d2d3aa966780376f84f273d50c18 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 8 May 2019 09:05:59 -0600 Subject: [PATCH] .gitignore updated --- .gitignore | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ff66935f..ffb8b8f8 100644 --- a/.gitignore +++ b/.gitignore @@ -29,10 +29,13 @@ *.app # IDE-specific -.idea/ -.vs/ -.vscode/ -*build*/ +/.idea/ +/.vs/ +/.vscode/ +/*build*/ +/out/ +/CMakeSettings.json # Conan *.pyc +/test_package/build/ \ No newline at end of file