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

Side by Side Diff: .gitignore

Issue 312643004: Add buildtools/ to .gitignore (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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 21 matching lines...) Expand all
32 d8_g 32 d8_g
33 gccauses 33 gccauses
34 gcsuspects 34 gcsuspects
35 shell 35 shell
36 shell_g 36 shell_g
37 /_* 37 /_*
38 /build/Debug 38 /build/Debug
39 /build/gyp 39 /build/gyp
40 /build/ipch/ 40 /build/ipch/
41 /build/Release 41 /build/Release
42 /buildtools
42 /hydrogen.cfg 43 /hydrogen.cfg
43 /obj 44 /obj
44 /out 45 /out
45 /perf.data 46 /perf.data
46 /perf.data.old 47 /perf.data.old
47 /test/benchmarks/CHECKED_OUT_* 48 /test/benchmarks/CHECKED_OUT_*
48 /test/benchmarks/downloaded_* 49 /test/benchmarks/downloaded_*
49 /test/benchmarks/kraken 50 /test/benchmarks/kraken
50 /test/benchmarks/octane 51 /test/benchmarks/octane
51 /test/benchmarks/sunspider 52 /test/benchmarks/sunspider
(...skipping 16 matching lines...) Expand all
68 /tools/visual_studio/Release 69 /tools/visual_studio/Release
69 /v8.log.ll 70 /v8.log.ll
70 /xcodebuild 71 /xcodebuild
71 TAGS 72 TAGS
72 *.Makefile 73 *.Makefile
73 GTAGS 74 GTAGS
74 GRTAGS 75 GRTAGS
75 GSYMS 76 GSYMS
76 GPATH 77 GPATH
77 gtags.files 78 gtags.files
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698