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