diff options
| author | Florian Eckert | 2023-07-19 09:54:25 +0000 |
|---|---|---|
| committer | Petr Štetiar | 2024-04-17 05:04:46 +0000 |
| commit | f2366d75cf7b74239fc3f26f45d577ca4aa3a067 (patch) | |
| tree | 0b7ef28ef1944d14f82aa2db8730fbc716b8ce13 | |
| parent | 340e3dc4537522f44f3b8247d90b132e8e293948 (diff) | |
| download | openwrt-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-- | .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 |