rust/.gitignore
bjorn3 cfc919f532 Use cargo in y.sh
This will allow adding dependencies to the build system in the future.
2024-05-12 12:59:10 +00:00

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