[openwrt/openwrt] .gitignore: ignore link if target is included from feed

LEDE Commits lede-commits at lists.infradead.org
Wed Jul 26 08:46:01 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/13e7a2d19f4545170a8deaab03411bc37182f7c4

commit 13e7a2d19f4545170a8deaab03411bc37182f7c4
Author: Florian Eckert <fe at dev.tdt.de>
AuthorDate: Wed Jul 19 11:54:25 2023 +0200

    .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 <fe at dev.tdt.de>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

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




More information about the lede-commits mailing list