diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-01-30 18:27:28 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-01-30 18:27:28 +0100 |
| commit | 8faae2992a6fe33f4a2cf6ac0b11cffd48a7604c (patch) | |
| tree | 41faafcd347bfcaff38b541abfab88a5afbc2cac | |
| parent | f3447682d0534f03f7b0195ea8e736f152095718 (diff) | |
| download | rust-8faae2992a6fe33f4a2cf6ac0b11cffd48a7604c.tar.gz rust-8faae2992a6fe33f4a2cf6ac0b11cffd48a7604c.zip | |
Add missing dir to .gitignore
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 18196bce009..b241bef9d1e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ perf.data.old *.string* /build /build_sysroot/sysroot_src +/build_sysroot/compiler-builtins /rust /rand /regex |
