Skip to content

Commit 000e336

Browse files
committed
gitignore: Add *.ttf/png and cleanup whitespace
- Ignore ttf/png assets generated by `make html`. - Remove trailing whitespaces. Signed-off-by: Cheng-Yang Chou <yphbchou0911@gmail.com>
1 parent 7a422c7 commit 000e336

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

.gitignore

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,23 @@ lkmpg.pdf
2020
*.toc
2121
*.bbl
2222
*.blg
23-
*.fdb_latexmk
23+
*.fdb_latexmk
2424
*.fls
2525
lkmpg.synctex.gz
2626

2727
# make4ht
2828
*.html
29-
*.svg
29+
*.svg
3030
*.tmp
31-
*.css
32-
*.4ct
33-
*.4tc
34-
*.dvi
35-
*.lg
31+
*.css
32+
*.4ct
33+
*.4tc
34+
*.dvi
35+
*.lg
3636
*.idv
3737
*.xref
38+
*.ttf
39+
*.png
3840

3941
# format checks
4042
expected-format

0 commit comments

Comments
 (0)