Files
irb-application/.gitignore
2026-01-25 20:47:44 -05:00

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