3c3a96df3f
.vscode-ctags are being tracked by git. Update .gitignore to include any .vscode* file Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
33 lines
278 B
Plaintext
33 lines
278 B
Plaintext
*.o
|
|
.DS_Store
|
|
.*.swp
|
|
/env
|
|
/dl
|
|
/.config
|
|
/.config.old
|
|
/bin
|
|
/build_dir
|
|
/staging_dir
|
|
/tmp
|
|
/logs
|
|
/feeds
|
|
/feeds.conf
|
|
/files
|
|
/overlay
|
|
/package/feeds
|
|
/package/openwrt-packages
|
|
/*.patch
|
|
key-build*
|
|
*.orig
|
|
*.rej
|
|
*~
|
|
.#*
|
|
*#
|
|
.emacs.desktop*
|
|
TAGS*~
|
|
git-src
|
|
.project
|
|
.cproject
|
|
.ccache
|
|
.vscode*
|