Kaido Kert | 02dc75a | 2021-09-21 19:30:11 -0700 | [diff] [blame^] | 1 | #*# |
| 2 | *.Makefile |
| 3 | *.a |
| 4 | *.exe |
| 5 | *.idb |
| 6 | *.lib |
| 7 | *.log |
| 8 | *.map |
| 9 | *.mk |
| 10 | *.ncb |
| 11 | *.pdb |
| 12 | *.pyc |
| 13 | *.scons* |
| 14 | *.sdf |
| 15 | *.sln |
| 16 | *.so |
| 17 | *.suo |
| 18 | *.user |
| 19 | *.vcproj |
| 20 | *.vcxproj |
| 21 | *.vcxproj.filters |
| 22 | *.xcodeproj |
| 23 | *~ |
| 24 | .#* |
| 25 | .*.sw? |
| 26 | .ccls-cache |
| 27 | .clangd |
| 28 | .cpplint-cache |
| 29 | .cproject |
| 30 | .gclient_entries |
| 31 | .gdb_history |
| 32 | .jslint-cache |
| 33 | .landmines |
| 34 | .project |
| 35 | .pydevproject |
| 36 | .settings |
| 37 | .torquelint-cache |
| 38 | .vscode |
| 39 | /_* |
| 40 | /base |
| 41 | /build |
| 42 | /buildtools |
| 43 | /check-header-includes |
| 44 | /Default/ |
| 45 | /out |
| 46 | /out.gn |
| 47 | /perf.data |
| 48 | /perf.data.old |
| 49 | /src/inspector/build/closure-compiler |
| 50 | /src/inspector/build/closure-compiler.tar.gz |
| 51 | /test/benchmarks/data |
| 52 | /test/fuzzer/wasm_corpus |
| 53 | /test/fuzzer/wasm_corpus.tar.gz |
| 54 | /test/mozilla/data |
| 55 | /test/test262/data |
| 56 | /test/test262/harness |
| 57 | /test/wasm-js/data |
| 58 | /test/wasm-js/tests |
| 59 | /test/wasm-js/tests.tar.gz |
| 60 | /test/wasm-spec-tests/tests |
| 61 | /test/wasm-spec-tests/tests.tar.gz |
| 62 | /third_party/* |
| 63 | !/third_party/antlr4 |
| 64 | !/third_party/binutils |
| 65 | !/third_party/inspector_protocol |
| 66 | !/third_party/jsoncpp |
| 67 | /third_party/jsoncpp/source |
| 68 | !/third_party/colorama |
| 69 | /third_party/colorama/src |
| 70 | !/third_party/googletest |
| 71 | /third_party/googletest/src |
| 72 | !/third_party/v8 |
| 73 | !/third_party/wasm-api |
| 74 | /tools/clang |
| 75 | /tools/gcmole/gcmole-tools |
| 76 | /tools/gcmole/gcmole-tools.tar.gz |
| 77 | /tools/jsfunfuzz/jsfunfuzz |
| 78 | /tools/jsfunfuzz/jsfunfuzz.tar.gz |
| 79 | /tools/luci-go |
| 80 | /tools/oom_dump/oom_dump |
| 81 | /tools/oom_dump/oom_dump.o |
| 82 | /tools/swarming_client |
| 83 | /tools/turbolizer/build |
| 84 | /tools/turbolizer/.rpt2_cache |
| 85 | /tools/turbolizer/deploy |
| 86 | /tools/visual_studio/Debug |
| 87 | /tools/visual_studio/Release |
| 88 | /v8.log.ll |
| 89 | /xcodebuild |
| 90 | GPATH |
| 91 | GRTAGS |
| 92 | GSYMS |
| 93 | GTAGS |
| 94 | TAGS |
| 95 | bsuite |
| 96 | compile_commands.json |
| 97 | gccauses |
| 98 | gcsuspects |
| 99 | gtags.files |
| 100 | jit-*.dump |
| 101 | node_modules |
| 102 | tags |
| 103 | turbo*.cfg |
| 104 | turbo*.dot |
| 105 | turbo*.json |
| 106 | v8.ignition_dispatches_table.json |
| 107 | |