diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-06-27 11:48:19 +0200 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-06-28 21:56:53 +0200 |
| commit | 467408c6dccd6ea58792fcf28d166c6fe7304eda (patch) | |
| tree | 570fda9e1c69ddc57a2a639bd9aeaa24d0f90e77 /.gitignore | |
| parent | c2deb54daf4e4b207d21171fb723b5c7c378a30b (diff) | |
Reorg: Move tools/ and gitignore to root.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..3d688b872 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +/src/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 |
