From d7a4df634d11a6083d6dcff60cc84350850e07ee Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sat, 26 Sep 2020 00:06:44 +0200 Subject: [PATCH] Move some gitignores around Signed-off-by: Gergely Nagy --- .gitignore | 6 ++---- testing/.gitignore | 2 ++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d3714c6e..41e3da52 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,5 @@ /docs/generated /docs/doxyoutput /docs/api -tags -**/generated/ -**/results/ -/_build/ \ No newline at end of file +/_build/ +/results/ \ No newline at end of file diff --git a/testing/.gitignore b/testing/.gitignore index 61f03267..d846d491 100644 --- a/testing/.gitignore +++ b/testing/.gitignore @@ -1,3 +1,5 @@ **/bin/ **/lib/ **/obj/ +/googletest/googletest/generated/ +/googletest/build/ \ No newline at end of file