ignore submodule for diff

master
Howard Su 2021-06-18 09:17:37 +08:00
parent 07dd8b82fc
commit 875f62a88e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
cd plutosdr-fw cd plutosdr-fw
git diff > ../patches/fw.diff git diff --ignore-submodules > ../patches/fw.diff
cd hdl cd hdl
git diff > ../../patches/hdl.diff git diff > ../../patches/hdl.diff
cd ../linux cd ../linux