From: Florian Eckert Date: Wed, 19 Jul 2023 09:54:25 +0000 (+0200) Subject: .gitignore: ignore link if target is included from feed X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=13e7a2d19f4545170a8deaab03411bc37182f7c4;p=openwrt%2Fstaging%2Fnbd.git .gitignore: ignore link if target is included from feed If an out of tree target is included via a feed, then there is a link with the name 'feed' in the target directory. Do not show this link in git. Signed-off-by: Florian Eckert --- diff --git a/.gitignore b/.gitignore index a80cdbbea3..84cfc99770 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ /feeds /feeds.conf /files +/target/linux/feeds /overlay /package/feeds /package/openwrt-packages