mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
18 lines
255 B
Plaintext
18 lines
255 B
Plaintext
# Build artifacts during normal use
|
|
/download
|
|
/build
|
|
/dist
|
|
/target
|
|
/build_system/target
|
|
|
|
# Downloaded by certain scripts
|
|
/rust
|
|
/git-fixed-subtree.sh
|
|
|
|
# Various things that can be created during development
|
|
*.rlib
|
|
*.o
|
|
perf.data
|
|
perf.data.old
|
|
*.mm_profdata
|