Skip to content

Commit

Permalink
.gitignore sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb committed May 17, 2024
1 parent b12bcca commit 0a7af8c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
*~
__pycache__/
.vscode/
tmp/

*.acn
*.acr
*.alg
Expand Down Expand Up @@ -28,23 +31,20 @@
*.ps
*.snm
*.synctex.gz
*.tdo
*.toc
*.vrb
*.xdv
*.xdy
*.tdo
*~
~$hpmor.docx
chapters/*-autofix.tex
hp-*.pdf
hpmor-*.pdf
hpmor.pdf
hpmor*.zip
.vscode/*
chapters/*-autofix.tex

tmp/
__pycache__/
hpmor*.html
hpmor*.docx
hpmor*.epub
hpmor*.mobi
hpmor*.fb2
hpmor*.docx
~$hpmor.docx
hpmor*.html
hpmor*.mobi
hpmor*.zip

0 comments on commit 0a7af8c

Please sign in to comment.