mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-23 18:05:20 +08:00
13e7a2d19f
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>
36 lines
331 B
Plaintext
36 lines
331 B
Plaintext
*.o
|
|
.DS_Store
|
|
.*.swp
|
|
/env
|
|
/dl
|
|
/.config
|
|
/.config.old
|
|
/.toolchain_build_ver
|
|
/bin
|
|
/build_dir
|
|
/staging_dir
|
|
/tmp
|
|
/logs
|
|
/feeds
|
|
/feeds.conf
|
|
/files
|
|
/target/linux/feeds
|
|
/overlay
|
|
/package/feeds
|
|
/package/openwrt-packages
|
|
/*.patch
|
|
/llvm-bpf*
|
|
key-build*
|
|
*.orig
|
|
*.rej
|
|
*~
|
|
.#*
|
|
*#
|
|
.emacs.desktop*
|
|
TAGS*~
|
|
git-src
|
|
.project
|
|
.cproject
|
|
.ccache
|
|
.vscode*
|