Add .gitignore file
This commit is contained in:
parent
690b1a380d
commit
4c32d7024b
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
*.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*
|
||||||
Loading…
Reference in New Issue
Block a user