[openwrt/openwrt] .gitignore: ignore link if target is included from feed
LEDE Commits
lede-commits at lists.infradead.org
Mon Jul 8 13:28:12 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/f457cd6f31e608de29dc3cfa269f8c14fce98397
commit f457cd6f31e608de29dc3cfa269f8c14fce98397
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>
(cherry picked from commit 13e7a2d19f4545170a8deaab03411bc37182f7c4)
Link: https://github.com/openwrt/openwrt/pull/15899
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.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