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

Side by Side Diff: .gitignore

Issue 7550030: Make GYP build usable for day-to-day work (second attempt) (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 4 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 | Makefile » ('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 *.lib 3 *.lib
4 *.log 4 *.log
5 *.map 5 *.map
6 *.mk 6 *.mk
7 *.ncb 7 *.ncb
8 *.pyc 8 *.pyc
9 *.scons* 9 *.scons*
10 *.suo 10 *.suo
(...skipping 13 matching lines...) Expand all
24 /test/es5conform/data/ 24 /test/es5conform/data/
25 /test/mozilla/data/ 25 /test/mozilla/data/
26 /test/sputnik/sputniktests/ 26 /test/sputnik/sputniktests/
27 /test/test262/data/ 27 /test/test262/data/
28 /tools/oom_dump/oom_dump 28 /tools/oom_dump/oom_dump
29 /tools/oom_dump/oom_dump.o 29 /tools/oom_dump/oom_dump.o
30 /tools/visual_studio/Debug 30 /tools/visual_studio/Debug
31 /tools/visual_studio/Release 31 /tools/visual_studio/Release
32 /xcodebuild/ 32 /xcodebuild/
33 TAGS 33 TAGS
34 Makefile
35 *.Makefile 34 *.Makefile
OLDNEW
« no previous file with comments | « no previous file | Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698