Skip to content

Commit

Permalink
Add *.pdf.tmp to build/.gitignore (#1091)
Browse files Browse the repository at this point in the history
The author forgot to add this to the initial PR because *.pdf.tmp normally
only exists for a short amount of time (while building).

Signed-off-by: Tsukasa OI <research_trasio@irq.a4lg.com>
  • Loading branch information
a4lg authored Aug 11, 2023
1 parent ae4c414 commit e57ca5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*.log
*.out
*.pdf
*.pdf.tmp
*.toc
images
.asciidoctor

0 comments on commit e57ca5d

Please sign in to comment.