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

Side by Side Diff: .gitignore

Issue 830093003: Partially reland Auto-generate v8 version based on tags. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Review Created 5 years, 11 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 28 matching lines...) Expand all
39 /build/Debug 39 /build/Debug
40 /build/gyp 40 /build/gyp
41 /build/ipch/ 41 /build/ipch/
42 /build/Release 42 /build/Release
43 /buildtools 43 /buildtools
44 /hydrogen.cfg 44 /hydrogen.cfg
45 /obj 45 /obj
46 /out 46 /out
47 /perf.data 47 /perf.data
48 /perf.data.old 48 /perf.data.old
49 /src/version_gen.cc
49 /test/benchmarks/CHECKED_OUT_* 50 /test/benchmarks/CHECKED_OUT_*
50 /test/benchmarks/downloaded_* 51 /test/benchmarks/downloaded_*
51 /test/benchmarks/kraken 52 /test/benchmarks/kraken
52 /test/benchmarks/octane 53 /test/benchmarks/octane
53 /test/benchmarks/sunspider 54 /test/benchmarks/sunspider
54 /test/mozilla/CHECKED_OUT_VERSION 55 /test/mozilla/CHECKED_OUT_VERSION
55 /test/mozilla/data 56 /test/mozilla/data
56 /test/mozilla/data.old 57 /test/mozilla/data.old
57 /test/mozilla/downloaded_* 58 /test/mozilla/downloaded_*
58 /test/promises-aplus/promises-tests 59 /test/promises-aplus/promises-tests
(...skipping 23 matching lines...) Expand all
82 TAGS 83 TAGS
83 *.Makefile 84 *.Makefile
84 GTAGS 85 GTAGS
85 GRTAGS 86 GRTAGS
86 GSYMS 87 GSYMS
87 GPATH 88 GPATH
88 gtags.files 89 gtags.files
89 turbo*.cfg 90 turbo*.cfg
90 turbo*.dot 91 turbo*.dot
91 turbo*.json 92 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