mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
Merge pull request #2334 from drwetter/drwetter-patch-5
Update .gitignore
This commit is contained in:
commit
34453664a1
4
.github/workflows/codespell.yml
vendored
4
.github/workflows/codespell.yml
vendored
@ -12,5 +12,5 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: codespell-project/actions-codespell@master
|
- uses: codespell-project/actions-codespell@master
|
||||||
with:
|
with:
|
||||||
skip: ca_hashes.txt,tls_data.txt,*.pem,OPENSSL-LICENSE.txt
|
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
|
ignore_words_list: borken,gost,ciph,ba,bloc,isnt,chello,fo,alle,nmake,aNULL
|
||||||
|
22
.gitignore
vendored
22
.gitignore
vendored
@ -1,16 +1,32 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
._.DS_Store
|
._.DS_Store
|
||||||
.idea
|
|
||||||
tmp.json
|
tmp.json
|
||||||
|
tmp.html
|
||||||
|
*_p*-????????-????.html
|
||||||
*.bak
|
*.bak
|
||||||
*.json
|
*.json
|
||||||
*.csv
|
*.csv
|
||||||
*.log
|
*.log
|
||||||
*.xml
|
*.xml
|
||||||
*.iml
|
*.iml
|
||||||
|
*.script
|
||||||
*.swp
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
*.orig
|
*.orig
|
||||||
|
*.org
|
||||||
|
.directory
|
||||||
|
.idea/
|
||||||
|
*.tar.*
|
||||||
|
*.patch
|
||||||
|
*.diff
|
||||||
*.rej
|
*.rej
|
||||||
*.asc
|
*.asc
|
||||||
*.diff
|
*.crt
|
||||||
*.patch
|
*.pem
|
||||||
|
*.der
|
||||||
|
*.csr
|
||||||
|
*.p12
|
||||||
|
thumbs.db
|
||||||
|
todo.md
|
||||||
|
2do.md
|
||||||
|
Loading…
Reference in New Issue
Block a user