Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1115)

Side by Side Diff: .gitignore

Issue 1929473002: [build] Move gyp folder (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.a 1 *.a
2 *.exe 2 *.exe
3 *.idb 3 *.idb
4 *.lib 4 *.lib
5 *.log 5 *.log
6 *.map 6 *.map
7 *.mk 7 *.mk
8 *.ncb 8 *.ncb
9 *.pdb 9 *.pdb
10 *.pyc 10 *.pyc
(...skipping 24 matching lines...) Expand all
35 compile_commands.json 35 compile_commands.json
36 d8 36 d8
37 d8_g 37 d8_g
38 gccauses 38 gccauses
39 gcsuspects 39 gcsuspects
40 shell 40 shell
41 shell_g 41 shell_g
42 /_* 42 /_*
43 /base 43 /base
44 /build/Debug 44 /build/Debug
45 /build/gyp
46 /build/ipch 45 /build/ipch
47 /build/Release 46 /build/Release
48 /build/win_toolchain.json 47 /build/win_toolchain.json
49 /buildtools 48 /buildtools
50 /hydrogen.cfg 49 /hydrogen.cfg
51 /obj 50 /obj
52 /out 51 /out
53 /perf.data 52 /perf.data
54 /perf.data.old 53 /perf.data.old
55 /test/benchmarks/data 54 /test/benchmarks/data
56 /test/mozilla/data 55 /test/mozilla/data
57 /test/promises-aplus/promises-tests 56 /test/promises-aplus/promises-tests
58 /test/promises-aplus/promises-tests.tar.gz 57 /test/promises-aplus/promises-tests.tar.gz
59 /test/promises-aplus/sinon 58 /test/promises-aplus/sinon
60 /test/simdjs/data 59 /test/simdjs/data
61 /test/test262/data 60 /test/test262/data
62 /test/test262/data.tar 61 /test/test262/data.tar
63 /testing/gmock 62 /testing/gmock
64 /testing/gtest 63 /testing/gtest
65 /third_party 64 /third_party
66 /third_party/icu 65 /third_party/icu
67 /third_party/llvm 66 /third_party/llvm
68 /third_party/llvm-build 67 /third_party/llvm-build
69 /tools/clang 68 /tools/clang
70 /tools/gcmole/gcmole-tools 69 /tools/gcmole/gcmole-tools
71 /tools/gcmole/gcmole-tools.tar.gz 70 /tools/gcmole/gcmole-tools.tar.gz
71 /tools/gyp
72 /tools/jsfunfuzz/jsfunfuzz 72 /tools/jsfunfuzz/jsfunfuzz
73 /tools/jsfunfuzz/jsfunfuzz.tar.gz 73 /tools/jsfunfuzz/jsfunfuzz.tar.gz
74 /tools/luci-go/linux64/isolate 74 /tools/luci-go/linux64/isolate
75 /tools/luci-go/mac64/isolate 75 /tools/luci-go/mac64/isolate
76 /tools/luci-go/win64/isolate.exe 76 /tools/luci-go/win64/isolate.exe
77 /tools/oom_dump/oom_dump 77 /tools/oom_dump/oom_dump
78 /tools/oom_dump/oom_dump.o 78 /tools/oom_dump/oom_dump.o
79 /tools/swarming_client 79 /tools/swarming_client
80 /tools/visual_studio/Debug 80 /tools/visual_studio/Debug
81 /tools/visual_studio/Release 81 /tools/visual_studio/Release
82 /v8.log.ll 82 /v8.log.ll
83 /xcodebuild 83 /xcodebuild
84 TAGS 84 TAGS
85 *.Makefile 85 *.Makefile
86 GTAGS 86 GTAGS
87 GRTAGS 87 GRTAGS
88 GSYMS 88 GSYMS
89 GPATH 89 GPATH
90 tags 90 tags
91 gtags.files 91 gtags.files
92 turbo*.cfg 92 turbo*.cfg
93 turbo*.dot 93 turbo*.dot
94 turbo*.json 94 turbo*.json
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698