summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2018-07-08 15:18:14 +0900
committerRyan Dahl <ry@tinyclouds.org>2018-07-08 02:18:14 -0400
commit6c79b471aa5cf2c87d237015f5dacc5a7ed03b67 (patch)
tree1330fade9496296539417758af18d59c2968c96c /.gitignore
parentcf0c0668dadb43834f4f0b75581736496c7b5ca3 (diff)
tools: generate third_party dir and symlinks from the script. (#346)
Everyone needs to run ./tools/build_third_party.py after this commit.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 2 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 306b0b7fc..f349cf0c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,12 +4,5 @@
# npm deps
node_modules
-# git deps
-/third_party/v8/
-/third_party/cpplint/
-/third_party/zlib/
-/third_party/rust_crates/libc/
-/third_party/flatbuffers/
-
-# gclient files
-/third_party/.gclient_entries
+# third party deps
+/third_party/