summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Eckert2023-07-19 09:54:25 +0000
committerPetr Štetiar2024-04-17 05:04:46 +0000
commitf2366d75cf7b74239fc3f26f45d577ca4aa3a067 (patch)
tree0b7ef28ef1944d14f82aa2db8730fbc716b8ce13
parent340e3dc4537522f44f3b8247d90b132e8e293948 (diff)
downloadopenwrt-f2366d75cf7b74239fc3f26f45d577ca4aa3a067.tar.gz
.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@dev.tdt.de> (cherry picked from commit 13e7a2d19f4545170a8deaab03411bc37182f7c4)
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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