summary refs log tree commit diff
path: root/.gitignore
Commit message (Collapse)AuthorAge
* gitignore: Remove Cargo.lockDylan Reid2017-06-17
| | | | | | | | | | | Cargo.lock will need to be checked in to ensure reproducible builds. However continue to ignore Cargo.lock in subdirectories as the main Cargo.lock shouls dictate the versions of everything. Change-Id: I448527b3c23bb9de939682ec1a78fd06a2530857 Signed-off-by: Dylan Reid <dgreid@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/538067 Reviewed-by: Zach Reizner <zachr@chromium.org>
* Add editor temp files to .gitignoreDylan Reid2017-05-02
| | | | | | | | Change-Id: Ib15b732192de4d59798501f662b1806bc26ad1c3 Reviewed-on: https://chromium-review.googlesource.com/490907 Commit-Ready: Zach Reizner <zachr@chromium.org> Tested-by: Zach Reizner <zachr@chromium.org> Reviewed-by: Zach Reizner <zachr@chromium.org>
* kvm-sys: start low-level kvm bindingsZach Reizner2017-04-19
These bindings are autogenerated via a manual invocation to bindgen. Also included are the calculations for ioctl numbers, which bindgen was not capable of generating. Note that a few of the autogenerated tests fail currently. BUG=chromium:711556 TEST=cargo test # note there are 4 failures Change-Id: I818c5bba1f032aec131459de1346c548148e6612 Reviewed-on: https://chromium-review.googlesource.com/477375 Reviewed-by: Dylan Reid <dgreid@chromium.org> Tested-by: Zach Reizner <zachr@chromium.org>