mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +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: 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
|
||||
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
|
||||
.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
|
||||
|
Loading…
Reference in New Issue
Block a user