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

Side by Side Diff: .gitignore

Issue 1469303004: DEPS change from issue 988893003 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add the DEPs to gitignore Created 5 years 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 /build/gyp 43 /build/gyp
44 /build/ipch/ 44 /build/ipch/
45 /build/Release 45 /build/Release
46 /build/win_toolchain.json 46 /build/win_toolchain.json
47 /buildtools 47 /buildtools
48 /hydrogen.cfg 48 /hydrogen.cfg
49 /obj 49 /obj
50 /out 50 /out
51 /perf.data 51 /perf.data
52 /perf.data.old 52 /perf.data.old
53 /src/tracing/common
53 /test/benchmarks/data 54 /test/benchmarks/data
54 /test/mozilla/data 55 /test/mozilla/data
55 /test/promises-aplus/promises-tests 56 /test/promises-aplus/promises-tests
56 /test/promises-aplus/promises-tests.tar.gz 57 /test/promises-aplus/promises-tests.tar.gz
57 /test/promises-aplus/sinon 58 /test/promises-aplus/sinon
58 /test/simdjs/data 59 /test/simdjs/data
59 /test/test262/data 60 /test/test262/data
60 /testing/gmock 61 /testing/gmock
61 /testing/gtest 62 /testing/gtest
62 /third_party 63 /third_party
(...skipping 16 matching lines...) Expand all
79 TAGS 80 TAGS
80 *.Makefile 81 *.Makefile
81 GTAGS 82 GTAGS
82 GRTAGS 83 GRTAGS
83 GSYMS 84 GSYMS
84 GPATH 85 GPATH
85 gtags.files 86 gtags.files
86 turbo*.cfg 87 turbo*.cfg
87 turbo*.dot 88 turbo*.dot
88 turbo*.json 89 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