[openwrt/openwrt] .gitignore: ignore any .vscode* file

LEDE Commits lede-commits at lists.infradead.org
Fri Jul 2 12:51:30 PDT 2021


aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/3c3a96df3ff51d99f608be435dfe3d25231ff845

commit 3c3a96df3ff51d99f608be435dfe3d25231ff845
Author: Nicholas Smith <nicholas at nbembedded.com>
AuthorDate: Thu Jul 1 15:07:56 2021 +1000

    .gitignore: ignore any .vscode* file
    
    .vscode-ctags are being tracked by git. Update .gitignore to
    include any .vscode* file
    
    Signed-off-by: Nicholas Smith <nicholas at nbembedded.com>
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 9647daa5a4..11f280d0aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,4 +29,4 @@ git-src
 .project
 .cproject
 .ccache
-.vscode
+.vscode*



More information about the lede-commits mailing list