rust/.gitignore

31 lines
471 B
Plaintext
Raw Normal View History

2020-05-10 09:54:30 -05:00
target
**/*.rs.bk
*.rlib
*.o
perf.data
perf.data.old
*.events
*.string*
/build_sysroot/sysroot
/build_sysroot/sysroot_src
2020-05-10 09:54:30 -05:00
/build_sysroot/Cargo.lock
/build_sysroot/test_target/Cargo.lock
/rust
/simple-raytracer
2020-05-10 09:54:30 -05:00
/regex
2022-02-06 16:04:24 -06:00
/rand
2020-05-10 09:54:30 -05:00
gimple*
*asm
res
test-backend
2021-08-28 10:34:47 -05:00
gcc_path
2024-01-25 19:20:12 -06:00
cross_gcc_path
projects
benchmarks
tools/llvm-project
tools/llvmint
2022-05-15 08:31:25 -05:00
tools/llvmint-2
2023-04-05 09:20:20 -05:00
# The `llvm` folder is generated by the `tools/generate_intrinsics.py` script to update intrinsics.
llvm
2023-08-18 09:06:20 -05:00
build_system/target