This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
crosvm
Watch
1
Star
0
Fork
You've already forked crosvm
0
mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced
2024-11-24 12:34:31 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8ba5fc9819
crosvm
/
.gitignore
7 lines
68 B
Text
Raw
Normal View
History
Unescape
Escape
kvm-sys: start low-level kvm bindings 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>
2017-04-14 01:59:33 +00:00
target/
**/*.rs.bk
Add editor temp files to .gitignore 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>
2017-04-21 02:33:31 +00:00
**/*.sw[po]
**/*.orig
gitignore: Remove Cargo.lock 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>
2017-06-16 17:45:36 +00:00
**/Cargo.lock
!/Cargo.lock
Reference in a new issue
Copy permalink