rust/.gitignore

24 lines
276 B
Plaintext
Raw Normal View History

2018-10-10 12:04:20 -05:00
target
2018-06-17 11:05:11 -05:00
**/*.rs.bk
*.rlib
*.o
2018-08-31 12:50:26 -05:00
perf.data
perf.data.old
2020-01-10 07:15:14 -06:00
*.events
*.string*
/y.bin
2021-12-28 09:16:49 -06:00
/y.bin.dSYM
/y.exe
/y.pdb
2020-11-02 11:16:57 -06:00
/build
/build_sysroot/sysroot_src
2021-01-30 11:27:28 -06:00
/build_sysroot/compiler-builtins
/build_sysroot/rustc_version
2019-02-26 04:17:30 -06:00
/rust
/rand
/regex
/simple-raytracer
2021-09-07 13:45:58 -05:00
/portable-simd
2022-09-26 06:56:18 -05:00
/abi-cafe
2022-08-06 07:34:55 -05:00
/abi-checker