gitignore: sync upstream source

This commit is contained in:
AmadeusGhost 2022-02-22 23:10:40 +08:00
parent 29d4ee71ed
commit 888d463137
1 changed files with 32 additions and 33 deletions

65
.gitignore vendored
View File

@ -1,33 +1,32 @@
*.o *.o
.DS_Store .DS_Store
.*.swp .*.swp
/env /env
/dl /dl
/.config /.config
/.config.old /.config.old
/bin /bin
/build_dir /build_dir
/staging_dir /staging_dir
/tmp /tmp
/logs /logs
/feeds /feeds
/feeds.conf /feeds.conf
/files /files
/overlay /overlay
/package/feeds /package/feeds
/package/openwrt-packages /package/openwrt-packages
key-build* /*.patch
*.orig key-build*
*.rej *.orig
*~ *.rej
.#* *~
*# .#*
.emacs.desktop* *#
TAGS*~ .emacs.desktop*
git-src TAGS*~
.git-credentials git-src
/*.log .project
.project .cproject
.cproject .ccache
.ccache .vscode*
.vscode*