[PATCH] .gitignore: ignore link if target is included from feed
Florian Eckert
fe at dev.tdt.de
Wed Jul 19 02:54:25 PDT 2023
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
--
2.30.2
More information about the openwrt-devel
mailing list