commit | 5a8695b083e710e37c19f8d2236b635cf4a11777 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Jun 09 06:54:13 2020 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Jun 09 06:55:14 2020 -0500 |
tree | bba8aae64ff5e2994fa2be9ecb799e058847d00d | |
parent | c789fcacbf1355a441212ebbbb8ceff52f808fc4 [diff] |
gitignore: add meson subprojects and build dirs When using meson build and no system-level sdbusplus you end up with untracked files due to the sdbusplus subproject extraction. Add to the gitignore. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Idf80042030ac40169641a38fc4c5dbbee51b2712
diff --git a/.gitignore b/.gitignore index 4c0e7bb..799619f 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,4 +1,5 @@ -build/* +build*/* +subprojects/*/ boost-src Boost-prefix CMakeFiles