commit | 4a2c9ae1e4756595ed624dbb2f13ae94c7d71ae3 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Wed Aug 16 19:51:38 2023 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Wed Aug 16 20:02:12 2023 +0800 |
tree | a7f3fd5a2b9abc7cd7b6824a80f7267bf18e4c5a | |
parent | bbe408c8ea28e88e43795d9142f6f5b79045e93a [diff] |
Update gitignore dependency Update the .gitignore to ignore the subproject source directories. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I195dc4536fd6c5d893e9367b2d1b64819e590897
diff --git a/.gitignore b/.gitignore index 44bbe67..6da54be 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,6 +1,3 @@ -### Meson ### -# subproject directories -/subprojects/* - -# build directory -build*/* +build*/ +subprojects/* +!subprojects/*.wrap