From cfc113c137ed4f813ad37e94c6461ce92cb7f481 Mon Sep 17 00:00:00 2001 From: Anthony Tarbinian Date: Mon, 2 Oct 2023 16:26:45 -0700 Subject: [PATCH] don't ignore deps/google-test gitignore --- deps/google-test/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 deps/google-test/.gitignore diff --git a/deps/google-test/.gitignore b/deps/google-test/.gitignore new file mode 100644 index 00000000..4081fa6f --- /dev/null +++ b/deps/google-test/.gitignore @@ -0,0 +1,6 @@ +* + +!.gitignore + +!CMakeLists.txt +!CMakeLists.txt.in \ No newline at end of file