diff options
| author | Florian Eckert | 2023-07-19 09:54:25 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2023-07-26 15:45:11 +0000 |
| commit | 13e7a2d19f4545170a8deaab03411bc37182f7c4 (patch) | |
| tree | 62299b423b3c078dbcfef81d9072450037866582 | |
| parent | 4847a15e87cb9feab91b1252b98f4cd2f8069797 (diff) | |
| download | openwrt-13e7a2d19f4545170a8deaab03411bc37182f7c4.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>
| -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 |