From d6c0b3373605b6144b65bf2d8c97b0d26d3951e5 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Sun, 12 Mar 2023 15:59:47 +0100 Subject: [PATCH 1/3] Update .gitignore sync with 3.1dev --- .gitignore | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 08b79be..6d0ba2b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,32 @@ .DS_Store ._.DS_Store -.idea tmp.json +tmp.html +*_p*-????????-????.html *.bak *.json *.csv *.log *.xml *.iml +*.script *.swp +*.swo +*~ *.orig +*.org +.directory +.idea/ +*.tar.* +*.patch +*.diff *.rej *.asc -*.diff -*.patch +*.crt +*.pem +*.der +*.csr +*.p12 +thumbs.db +todo.md +2do.md From 16450e3d4f781ddcb8757d0e321860758df6481f Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Sun, 12 Mar 2023 16:06:02 +0100 Subject: [PATCH 2/3] add codespell corrections (aNULL) --- .github/workflows/codespell.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 5b7c1d3..bfe5bd4 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -12,5 +12,5 @@ jobs: - uses: actions/checkout@v3 - uses: codespell-project/actions-codespell@master with: - skip: ca_hashes.txt,tls_data.txt,*.pem,OPENSSL-LICENSE.txt - ignore_words_list: borken,gost,ciph,ba,bloc,isnt,chello,fo,alle,nmake + skip: ca_hashes.txt,tls_data.txt,*.pem,OPENSSL-LICENSE.txt,.git/objects/* + ignore_words_list: borken,gost,ciph,ba,bloc,isnt,chello,fo,alle,nmake,aNULL From d662b7bfecde2a5f1ac131750094082307c58105 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Sun, 12 Mar 2023 16:10:56 +0100 Subject: [PATCH 3/3] add .git dir see https://github.com/codespell-project/actions-codespell/issues/56 --- .github/workflows/codespell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index bfe5bd4..ca343ee 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -12,5 +12,5 @@ jobs: - uses: actions/checkout@v3 - uses: codespell-project/actions-codespell@master with: - skip: ca_hashes.txt,tls_data.txt,*.pem,OPENSSL-LICENSE.txt,.git/objects/* + skip: ca_hashes.txt,tls_data.txt,*.pem,OPENSSL-LICENSE.txt,.git ignore_words_list: borken,gost,ciph,ba,bloc,isnt,chello,fo,alle,nmake,aNULL