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

Side by Side Diff: .gitignore

Issue 1067293002: Add support for compiling V8 standalone using gn (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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 | .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 *.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 20 matching lines...) Expand all
31 .*.sw? 31 .*.sw?
32 bsuite 32 bsuite
33 compile_commands.json 33 compile_commands.json
34 d8 34 d8
35 d8_g 35 d8_g
36 gccauses 36 gccauses
37 gcsuspects 37 gcsuspects
38 shell 38 shell
39 shell_g 39 shell_g
40 /_* 40 /_*
41 /build/config
41 /build/Debug 42 /build/Debug
42 /build/gyp 43 /build/gyp
43 /build/ipch/ 44 /build/ipch/
45 /build/toolchain
44 /build/Release 46 /build/Release
45 /buildtools 47 /buildtools
46 /hydrogen.cfg 48 /hydrogen.cfg
47 /obj 49 /obj
48 /out 50 /out
49 /perf.data 51 /perf.data
50 /perf.data.old 52 /perf.data.old
51 /test/benchmarks/CHECKED_OUT_* 53 /test/benchmarks/CHECKED_OUT_*
52 /test/benchmarks/downloaded_* 54 /test/benchmarks/downloaded_*
53 /test/benchmarks/kraken 55 /test/benchmarks/kraken
(...skipping 30 matching lines...) Expand all
84 TAGS 86 TAGS
85 *.Makefile 87 *.Makefile
86 GTAGS 88 GTAGS
87 GRTAGS 89 GRTAGS
88 GSYMS 90 GSYMS
89 GPATH 91 GPATH
90 gtags.files 92 gtags.files
91 turbo*.cfg 93 turbo*.cfg
92 turbo*.dot 94 turbo*.dot
93 turbo*.json 95 turbo*.json
OLDNEW
« no previous file with comments | « no previous file | .gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698