From: Steven Seungcheol Lee Date: Thu, 16 Dec 2021 08:15:08 +0000 (+0100) Subject: build: Add subpackages contents to .gitignore X-Git-Tag: v2.0-rc0~21^2~4 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0c2880ec2e5484134c64f0ec36b442e8aedf4eca;p=users%2Fsagi%2Fnvme-cli.git build: Add subpackages contents to .gitignore we just need to maintain .wrap files for dependencies Signed-off-by: Steven Seungcheol Lee --- diff --git a/.gitignore b/.gitignore index cd7ac37a..f1438ee4 100644 --- a/.gitignore +++ b/.gitignore @@ -12,9 +12,8 @@ version ccan/config.h ccan/tools/configurator/configurator -subprojects/libnvme -subprojects/json-c-* -subprojects/packagecache +subprojects +!subprojects/*.wrap cscope.*