commit | 9dbcee8522674d42e75687cb9916c1b25bd875c3 | [log] [tgz] |
---|---|---|
author | Nan Zhou <nanzhoumails@gmail.com> | Mon Sep 05 23:03:16 2022 +0000 |
committer | Nan Zhou <nanzhoumails@gmail.com> | Wed Sep 07 01:33:29 2022 +0000 |
tree | 98707146f424ef9082d629013488f55cf8204eee | |
parent | 7ef52a8d3b7c3c01aadc469f87d14c7ebefccb30 [diff] [blame] |
add gitignore Just like many other OpenBMC repos, this commit adds the gitignore file. Also manually removed one indirect dependency wrap file. Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: I751fc6398824d88a2a98341fbea822cc461aa728
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b208e37 --- /dev/null +++ b/.gitignore
@@ -0,0 +1,4 @@ +build*/ +subprojects/* +!subprojects/*.wrap +subprojects/phosphor-dbus-interfaces.wrap