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

Side by Side Diff: .gitignore

Issue 2812573003: Reland "ARM64: Add NEON support" (Closed)
Patch Set: Add trace directory to gitignore Created 3 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 | BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #*# 1 #*#
2 *.Makefile 2 *.Makefile
3 *.a 3 *.a
4 *.exe 4 *.exe
5 *.idb 5 *.idb
6 *.lib 6 *.lib
7 *.log 7 *.log
8 *.map 8 *.map
9 *.mk 9 *.mk
10 *.ncb 10 *.ncb
(...skipping 28 matching lines...) Expand all
39 /gypfiles/win_toolchain.json 39 /gypfiles/win_toolchain.json
40 /hydrogen.cfg 40 /hydrogen.cfg
41 /obj 41 /obj
42 /out 42 /out
43 /out.gn 43 /out.gn
44 /perf.data 44 /perf.data
45 /perf.data.old 45 /perf.data.old
46 /src/inspector/build/closure-compiler 46 /src/inspector/build/closure-compiler
47 /src/inspector/build/closure-compiler.tar.gz 47 /src/inspector/build/closure-compiler.tar.gz
48 /test/benchmarks/data 48 /test/benchmarks/data
49 /test/cctest/traces-arm64
49 /test/fuzzer/wasm 50 /test/fuzzer/wasm
50 /test/fuzzer/wasm.tar.gz 51 /test/fuzzer/wasm.tar.gz
51 /test/fuzzer/wasm_asmjs 52 /test/fuzzer/wasm_asmjs
52 /test/fuzzer/wasm_asmjs.tar.gz 53 /test/fuzzer/wasm_asmjs.tar.gz
53 /test/mozilla/data 54 /test/mozilla/data
54 /test/promises-aplus/promises-tests 55 /test/promises-aplus/promises-tests
55 /test/promises-aplus/promises-tests.tar.gz 56 /test/promises-aplus/promises-tests.tar.gz
56 /test/promises-aplus/sinon 57 /test/promises-aplus/sinon
57 /test/test262/data 58 /test/test262/data
58 /test/test262/data.tar 59 /test/test262/data.tar
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 gccauses 92 gccauses
92 gcsuspects 93 gcsuspects
93 gtags.files 94 gtags.files
94 shell 95 shell
95 shell_g 96 shell_g
96 tags 97 tags
97 turbo*.cfg 98 turbo*.cfg
98 turbo*.dot 99 turbo*.dot
99 turbo*.json 100 turbo*.json
100 v8.ignition_dispatches_table.json 101 v8.ignition_dispatches_table.json
OLDNEW
« no previous file with comments | « no previous file | BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698