Skip to content

Commit

Permalink
Clean up miscellaneous metafiles
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Sep 18, 2019
1 parent 0045d0d commit 86f683a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 793 deletions.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@

# Tell git which symlinks point to files, and which ones point to directories.
# This is revelevant for Windows only, and requires git >= 2.19.2 to work.
/v8/build symlink=dir
**/node_modules/.bin/* symlink=file
/package.json symlink=file
/yarn.lock symlink=file
16 changes: 4 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@
/depot_tools/.versions/
/depot_tools/external_bin/

/rust_crates/git/.cargo-lock-git
/rust_crates/git/db/
/rust_crates/registry/cache/
/rust_crates/registry/index/

v8/buildtools/*/clang-format
v8/buildtools/*/gn
v8/buildtools/win/*.exe
v8/third_party/llvm-build/

# ts-simple-ast should use the same version of typescript
/node_modules/ts-simple-ast/node_modules
/v8/buildtools/*/clang-format
/v8/buildtools/*/gn
/v8/buildtools/win/*.exe
/v8/third_party/llvm-build/
12 changes: 1 addition & 11 deletions node_modules/.yarn-integrity

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/glob/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/lodash/core.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 86f683a

Please sign in to comment.