Merge pull request #2334 from drwetter/drwetter-patch-5

Update .gitignore
This commit is contained in:
Dirk Wetter 2023-03-12 16:13:21 +01:00 committed by GitHub
commit 34453664a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 5 deletions

View File

@ -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
View File

@ -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