commit | c0a5cdfb9a973f9a030b361702ca766d1eb9fd62 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Aug 24 14:19:48 2022 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed Aug 24 14:20:05 2022 -0700 |
tree | de2041bed7027b08142ff8e2e3f5031ad8cf2609 | |
parent | a4a06773b415cacc98d12cb9452310f3916ee107 [diff] [blame] |
gitignore: Fix subprojects Change-Id: Ib60275837c28eaa7d4f2d9da0181ea63f8a23d17 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/.gitignore b/.gitignore index 327ea97..be43dc8 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,2 +1,4 @@ /build*/ -/subprojects/*/ +/subprojects/* +!/subprojects/fmt.wrap +!/subprojects/googletest.wrap