diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2018-07-03 17:15:32 +0900 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-03 10:15:32 +0200 |
| commit | 6f7ca760b8393a74992c9b7b6ddc0b65b8d8807c (patch) | |
| tree | 57e7d43ff1059d90206b31fe84cccc6b59a8e2fa /.gitignore | |
| parent | 6d288b63cddb3ea8548807895b3ac8e77baa2f51 (diff) | |
move v8 to third_party/v8 (#322)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 12cf21c76..c8cf15063 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,16 @@ +# build /out/ + +# npm deps node_modules -/v8/ -/tools/protoc_wrapper/ + +# git deps +/third_party/v8/ +/third_party/tools/protoc_wrapper/ /third_party/cpplint/ /third_party/protobuf/ /third_party/zlib/ /third_party/rust_crates/libc/ -/.gclient_entries + +# gclient files +/third_party/.gclient_entries |
