We really want to ignore the paths in the .gitignore as if a build was run in this directory. So that means we should anchor the entries to the top using /.
Signed-off-by: Ryan Eatmon <[email protected]> --- .gitignore | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index db9d2d8..5ccd768 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ -build -conf -sources -downloads -bitbake.lock -pseudodone +/build +/sources +/downloads +/bitbake.lock +/pseudodone *.dot -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15603): https://lists.yoctoproject.org/g/meta-arago/message/15603 Mute This Topic: https://lists.yoctoproject.org/mt/109562610/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
