mirror of
https://github.com/soconnor0919/irb-application.git
synced 2026-02-04 15:56:31 -05:00
20 lines
194 B
Plaintext
20 lines
194 B
Plaintext
# LaTeX build artifacts
|
|
*.aux
|
|
*.log
|
|
*.out
|
|
*.toc
|
|
*.synctex.gz
|
|
*.fls
|
|
*.fdb_latexmk
|
|
*.pdf
|
|
|
|
# Build directories
|
|
build/
|
|
out/
|
|
|
|
# Keep the makefile and source files
|
|
!Makefile
|
|
!*.tex
|
|
|
|
# macOS
|
|
*.DS_Store |