mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-08 07:49:21 +01:00
3e5a23639f
Those keys should never be added to the git repository. Signed-off-by: Paul Spooren <mail@aparcar.org>
38 lines
362 B
Plaintext
38 lines
362 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*
|
|
private-key.pem
|
|
public-key.pem
|
|
*.orig
|
|
*.rej
|
|
*~
|
|
.#*
|
|
*#
|
|
.emacs.desktop*
|
|
TAGS*~
|
|
git-src
|
|
.project
|
|
.cproject
|
|
.ccache
|
|
.vscode*
|