From da09da1518660822d45323c230f00b2e16b1426b Mon Sep 17 00:00:00 2001 From: Stephan Schulz <stephan.schulz-x2q@rub.de> Date: Fri, 22 Jan 2021 13:18:13 +0100 Subject: [PATCH] add build artifacts from example project to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3819313..9426ffb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ *.swp *.swo +example/CMakeProject/all_build/* +example/CMakeProject/all_package/* +example/CMakeProject/ALL_test.cpp +example/CMakeProject/build/* -- GitLab