Skip to content

Commit 3445366

Browse files
authored
Merge pull request #2334 from drwetter/drwetter-patch-5
Update .gitignore
2 parents b8bb3ef + d662b7b commit 3445366

2 files changed

Lines changed: 21 additions & 5 deletions

File tree

.github/workflows/codespell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: codespell-project/actions-codespell@master
1414
with:
15-
skip: ca_hashes.txt,tls_data.txt,*.pem,OPENSSL-LICENSE.txt
16-
ignore_words_list: borken,gost,ciph,ba,bloc,isnt,chello,fo,alle,nmake
15+
skip: ca_hashes.txt,tls_data.txt,*.pem,OPENSSL-LICENSE.txt,.git
16+
ignore_words_list: borken,gost,ciph,ba,bloc,isnt,chello,fo,alle,nmake,aNULL

.gitignore

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
11
.DS_Store
22
._.DS_Store
3-
.idea
43
tmp.json
4+
tmp.html
5+
*_p*-????????-????.html
56
*.bak
67
*.json
78
*.csv
89
*.log
910
*.xml
1011
*.iml
12+
*.script
1113
*.swp
14+
*.swo
15+
*~
1216
*.orig
17+
*.org
18+
.directory
19+
.idea/
20+
*.tar.*
21+
*.patch
22+
*.diff
1323
*.rej
1424
*.asc
15-
*.diff
16-
*.patch
25+
*.crt
26+
*.pem
27+
*.der
28+
*.csr
29+
*.p12
30+
thumbs.db
31+
todo.md
32+
2do.md

0 commit comments

Comments
 (0)