diff options
| author | Florian Eckert | 2023-07-19 09:54:25 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-07-08 20:27:11 +0000 |
| commit | f457cd6f31e608de29dc3cfa269f8c14fce98397 (patch) | |
| tree | cf847fd68642555b003b124fdf3f128f3618a26f | |
| parent | bf3ea23f5a7f26e88d829b4217d1067cc68f9d5c (diff) | |
| download | openwrt-f457cd6f31e608de29dc3cfa269f8c14fce98397.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)
Link: https://github.com/openwrt/openwrt/pull/15899
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | .gitignore | 1 |
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 |