mirror of
https://github.com/facebook/sapling.git
synced 2024-12-26 06:21:48 +03:00
07dd370f28
Summary:
Take the README.md from
7ead0e29e4/README.md
and apply it on Eden repo.
Re-add the Cargo.toml file that declares Cargo workspace.
Re-add fbcode_builder/getdeps manifest for Mononoke
Pull Request resolved: https://github.com/facebookexperimental/eden/pull/13
Test Plan:
./build/fbcode_builder/getdeps.py build mononoke
./build/fbcode_builder/getdeps.py test mononoke
Reviewed By: ahornby
Differential Revision: D19833059
Pulled By: lukaspiatkowski
fbshipit-source-id: fb37e13306c0b9969a7c4e52b05e1a66a577022f
14 lines
151 B
Plaintext
14 lines
151 B
Plaintext
# Buck
|
|
/.buckconfig.local
|
|
/.buckd
|
|
/.buckjavaargs
|
|
/.nobuckcheck
|
|
/buck-out
|
|
/external
|
|
# cmake
|
|
/_build
|
|
|
|
# Rust libraries and extensions
|
|
Cargo.lock
|
|
target/
|