9c10cb0230
third_party/inspector_protocol is tracked in git and ignoring it causes problems if the tree is copied to another git repository (e.g. Node.js) Similarly, third_party/binutils has some files checked in. This adds a .gitignore file in this directory (same as Chromium). R=franzih@chromium.org,ofrobots@google.com,machenbach@chromium.org BUG= Review-Url: https://codereview.chromium.org/2635483002 Cr-Commit-Position: refs/heads/master@{#42373}
101 lines
1.5 KiB
Plaintext
101 lines
1.5 KiB
Plaintext
*.a
|
|
*.exe
|
|
*.idb
|
|
*.lib
|
|
*.log
|
|
*.map
|
|
*.mk
|
|
*.ncb
|
|
*.pdb
|
|
*.pyc
|
|
*.scons*
|
|
*.sdf
|
|
*.sln
|
|
*.so
|
|
*.suo
|
|
*.user
|
|
*.vcproj
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*.xcodeproj
|
|
#*#
|
|
*~
|
|
.#*
|
|
.cpplint-cache
|
|
.cproject
|
|
.d8_history
|
|
.gclient_entries
|
|
.gdb_history
|
|
.landmines
|
|
.project
|
|
.pydevproject
|
|
.settings
|
|
.*.sw?
|
|
bsuite
|
|
compile_commands.json
|
|
d8
|
|
d8_g
|
|
gccauses
|
|
gcsuspects
|
|
shell
|
|
shell_g
|
|
/_*
|
|
/base
|
|
/build
|
|
/gypfiles/win_toolchain.json
|
|
/buildtools
|
|
/hydrogen.cfg
|
|
/obj
|
|
/out
|
|
/out.gn
|
|
/perf.data
|
|
/perf.data.old
|
|
/test/benchmarks/data
|
|
/test/mozilla/data
|
|
/test/promises-aplus/promises-tests
|
|
/test/promises-aplus/promises-tests.tar.gz
|
|
/test/promises-aplus/sinon
|
|
/test/simdjs/data
|
|
/test/test262/data
|
|
/test/test262/data.tar
|
|
/test/test262/harness
|
|
/testing/gmock
|
|
/testing/gtest
|
|
/third_party/*
|
|
!/third_party/binutils
|
|
!/third_party/inspector_protocol
|
|
/tools/clang
|
|
/tools/gcmole/gcmole-tools
|
|
/tools/gcmole/gcmole-tools.tar.gz
|
|
/tools/gyp
|
|
/tools/jsfunfuzz/jsfunfuzz
|
|
/tools/jsfunfuzz/jsfunfuzz.tar.gz
|
|
/tools/luci-go/linux64/isolate
|
|
/tools/luci-go/mac64/isolate
|
|
/tools/luci-go/win64/isolate.exe
|
|
/tools/oom_dump/oom_dump
|
|
/tools/oom_dump/oom_dump.o
|
|
/tools/swarming_client
|
|
/tools/visual_studio/Debug
|
|
/tools/visual_studio/Release
|
|
/test/fuzzer/wasm
|
|
/test/fuzzer/wasm_asmjs
|
|
/v8.log.ll
|
|
/xcodebuild
|
|
TAGS
|
|
*.Makefile
|
|
GTAGS
|
|
GRTAGS
|
|
GSYMS
|
|
GPATH
|
|
tags
|
|
gtags.files
|
|
turbo*.cfg
|
|
turbo*.dot
|
|
turbo*.json
|
|
v8.ignition_dispatches_table.json
|
|
/test/fuzzer/wasm.tar.gz
|
|
/test/fuzzer/wasm_asmjs.tar.gz
|
|
/src/inspector/build/closure-compiler.tar.gz
|
|
/src/inspector/build/closure-compiler
|