commit | 607b4fcfc2f67665b85d3242cf6ce48c95c66acc | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sun Feb 21 07:47:49 2021 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sun Feb 21 16:38:07 2021 +0000 |
tree | 48e42515a8d9cb94dc7ae766abb9b4425d613832 | |
parent | 6aa72f654eef4d6c0ffda861584871b5727124f7 [diff] [blame] |
.gitignore: handle subprojects better Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I773e3c8abd743c751bec3a2e9dd689603c7f5cf0
diff --git a/.gitignore b/.gitignore index de8712e..6da54be 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,2 +1,3 @@ build*/ -subprojects/*/ +subprojects/* +!subprojects/*.wrap