diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-12-18 21:09:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-18 21:09:30 -0500 |
| commit | aa66ef98ea6144abd2d2714fef1dfc8046e01775 (patch) | |
| tree | eec266ba13ca4ee8c2c57095ae9e2867dc254ac5 /.gitignore | |
| parent | 3dbd18af0950400eed7063bef7cb1f7ff27c4a01 (diff) | |
travis: Set CARGO_HOME to third_party/rust_crates (#1370)
Adds prebuilt hyperfine and sccache binaries
Only build test_cc for LSAN
Add Cargo.lock
Only run benchmarks in master
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index ebe4f3490..0199a212b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ /target/ *.pyc gclient_config.py_entries -Cargo.lock yarn.lock # npm deps node_modules |
