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

Side by Side Diff: .gitignore

Issue 866263005: Remove version generation approach. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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
50 /test/benchmarks/CHECKED_OUT_* 49 /test/benchmarks/CHECKED_OUT_*
51 /test/benchmarks/downloaded_* 50 /test/benchmarks/downloaded_*
52 /test/benchmarks/kraken 51 /test/benchmarks/kraken
53 /test/benchmarks/octane 52 /test/benchmarks/octane
54 /test/benchmarks/sunspider 53 /test/benchmarks/sunspider
55 /test/mozilla/CHECKED_OUT_VERSION 54 /test/mozilla/CHECKED_OUT_VERSION
56 /test/mozilla/data 55 /test/mozilla/data
57 /test/mozilla/data.old 56 /test/mozilla/data.old
58 /test/mozilla/downloaded_* 57 /test/mozilla/downloaded_*
59 /test/promises-aplus/promises-tests 58 /test/promises-aplus/promises-tests
(...skipping 23 matching lines...) Expand all
83 TAGS 82 TAGS
84 *.Makefile 83 *.Makefile
85 GTAGS 84 GTAGS
86 GRTAGS 85 GRTAGS
87 GSYMS 86 GSYMS
88 GPATH 87 GPATH
89 gtags.files 88 gtags.files
90 turbo*.cfg 89 turbo*.cfg
91 turbo*.dot 90 turbo*.dot
92 turbo*.json 91 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