From 4af76348d6bda725f226d553891c7943ebd71b23 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Tue, 17 Nov 2020 12:44:15 -0800 Subject: [PATCH] overzealous gitignore was breaking some of our ci, since an actual program we want in bin wasn't being copied to a ci vm --- testing/.gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/testing/.gitignore b/testing/.gitignore index d846d491..c12f0235 100644 --- a/testing/.gitignore +++ b/testing/.gitignore @@ -1,5 +1,2 @@ -**/bin/ -**/lib/ -**/obj/ /googletest/googletest/generated/ -/googletest/build/ \ No newline at end of file +/googletest/build/