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

Side by Side Diff: .gitignore

Issue 9886001: Add WebCore to .gitignore. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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 # Generated build files (runhooks) 1 # Generated build files (runhooks)
2 Makefile 2 Makefile
3 *.Makefile 3 *.Makefile
4 *.mk 4 *.mk
5 *.xcodeproj 5 *.xcodeproj
6 xcodebuild 6 xcodebuild
7 /compiler/*sources.gypi 7 /compiler/*sources.gypi
8 /compiler/*sources.xml 8 /compiler/*sources.xml
9 /client/build.gypi 9 /client/build.gypi
10 /client/dart_server.* 10 /client/dart_server.*
(...skipping 22 matching lines...) Expand all
33 /client/dom/generated 33 /client/dom/generated
34 /client/html/generated 34 /client/html/generated
35 35
36 # Not sure what creates this 36 # Not sure what creates this
37 fixed_length_file_out 37 fixed_length_file_out
38 38
39 # third_party deps from svn 39 # third_party deps from svn
40 third_party/gyp/ 40 third_party/gyp/
41 third_party/v8/ 41 third_party/v8/
42 third_party/closure_compiler_src/ 42 third_party/closure_compiler_src/
43 third_party/WebCore/
43 tests/co19/src/ 44 tests/co19/src/
44 45
45 # Built by chromebot and downloaded from Google Storage 46 # Built by chromebot and downloaded from Google Storage
46 client/tests/drt 47 client/tests/drt
47 48
48 # Compiled python binaries 49 # Compiled python binaries
49 *.pyc 50 *.pyc
50 third_party/gsutil/*/gsutilc 51 third_party/gsutil/*/gsutilc
51 52
52 # Temporary vim files 53 # Temporary vim files
(...skipping 12 matching lines...) Expand all
65 # Fling generated files 66 # Fling generated files
66 /client/fling/.classpath 67 /client/fling/.classpath
67 /client/fling/.project 68 /client/fling/.project
68 /client/fling/.settings 69 /client/fling/.settings
69 70
70 # Generated test files. 71 # Generated test files.
71 /generated_tests/ 72 /generated_tests/
72 73
73 # Local GDB files. 74 # Local GDB files.
74 .gdb_history 75 .gdb_history
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