diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2018-07-01 20:47:28 +0900 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-01 13:47:28 +0200 |
| commit | 6830370c3e4f7d9f09c08fe76f8902193e027c1d (patch) | |
| tree | cf2011f4ec02759bad3a7102fe5a2871d4c60e0f /.gitignore | |
| parent | f65d5fb312fd95e4470f34b2fdd9efeae19e9d7e (diff) | |
reorg: Move GN files to root (#309)
refs: #285
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore index 3d688b872..3e495ea25 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ -/src/out/ +/out/ node_modules -/src/v8/ -/src/tools/protoc_wrapper/ -/src/third_party/protobuf/ -/src/third_party/zlib/ -/src/third_party/rust_crates/libc/ -/src/.gclient_entries +/v8/ +/tools/protoc_wrapper/ +/third_party/protobuf/ +/third_party/zlib/ +/third_party/rust_crates/libc/ +/.gclient_entries |
