diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-07-07 10:37:56 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-07 17:40:59 -0400 |
| commit | 740b47db6c32699148e5dd6f2f5ac99c29fb57f6 (patch) | |
| tree | 6f46f6037876efe81b5b1f07feec89e01616fde1 /.gitignore | |
| parent | d4c5ff841e7fc21ab40fc57380928fa51223e654 (diff) | |
Move flatbuffers gn files to //build_extra/flatbuffers
Fixes #342.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 73b7b0c45..306b0b7fc 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ node_modules /third_party/cpplint/ /third_party/zlib/ /third_party/rust_crates/libc/ -/third_party/flatbuffers/src/ +/third_party/flatbuffers/ # gclient files /third_party/.gclient_entries |
