14 lines
286 B
Plaintext
14 lines
286 B
Plaintext
# Rust build artifacts
|
|
/target/
|
|
|
|
# These are tracked once they exist (kept for reproducible builds):
|
|
# Cargo.lock for the workspace
|
|
|
|
# LaTeX build intermediates (the spec PDF itself is tracked; these are not).
|
|
spec/*.aux
|
|
spec/*.fdb_latexmk
|
|
spec/*.fls
|
|
spec/*.log
|
|
spec/*.out
|
|
spec/*.toc
|