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

Side by Side Diff: .gitignore

Issue 9949055: Update gitignore to remove old WebCore entry (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 /lib/dom/generated 33 /lib/dom/generated
34 /lib/html/generated 34 /lib/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/
44 tests/co19/src/ 43 tests/co19/src/
45 44
46 # Built by chromebot and downloaded from Google Storage 45 # Built by chromebot and downloaded from Google Storage
47 client/tests/drt 46 client/tests/drt
48 47
49 # Compiled python binaries 48 # Compiled python binaries
50 *.pyc 49 *.pyc
51 third_party/gsutil/*/gsutilc 50 third_party/gsutil/*/gsutilc
52 51
53 # Temporary vim files 52 # Temporary vim files
(...skipping 12 matching lines...) Expand all
66 # Fling generated files 65 # Fling generated files
67 /client/fling/.classpath 66 /client/fling/.classpath
68 /client/fling/.project 67 /client/fling/.project
69 /client/fling/.settings 68 /client/fling/.settings
70 69
71 # Generated test files. 70 # Generated test files.
72 /generated_tests/ 71 /generated_tests/
73 72
74 # Local GDB files. 73 # Local GDB files.
75 .gdb_history 74 .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