diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-02-14 14:18:17 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-02-14 15:11:34 +0100 |
| commit | ebac107a554bfdefc1c3932616795e07ff44eea6 (patch) | |
| tree | 52dc371b5307ed3f42abb7f0f635d10efc234792 | |
| parent | a883c6da2055aeb2892781c6f1abe38df6c0ef88 (diff) | |
| download | rust-ebac107a554bfdefc1c3932616795e07ff44eea6.tar.gz rust-ebac107a554bfdefc1c3932616795e07ff44eea6.zip | |
Remove paths that don't exist anymore from file
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index ac695da16f8..bf975f92014 100644 --- a/.gitignore +++ b/.gitignore @@ -10,16 +10,10 @@ perf.data.old /build_sysroot/sysroot_src /build_sysroot/Cargo.lock /build_sysroot/test_target/Cargo.lock -/rust -/simple-raytracer -/regex -/rand gimple* *asm res test-backend -gcc_path -cross_gcc_path projects benchmarks tools/llvm-project |
