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

Side by Side Diff: .gitignore

Issue 10824327: Add third_party/android_tools to .gitignore (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 50
51 # Not sure what creates this 51 # Not sure what creates this
52 fixed_length_file_out 52 fixed_length_file_out
53 53
54 # Third party deps from gclient. 54 # Third party deps from gclient.
55 /third_party/gyp/ 55 /third_party/gyp/
56 /third_party/v8/ 56 /third_party/v8/
57 /third_party/closure_compiler_src/ 57 /third_party/closure_compiler_src/
58 /tests/co19/src/ 58 /tests/co19/src/
59 /third_party/cygwin/ 59 /third_party/cygwin/
60 /third_party/android_tools/
60 61
61 # Built by chromebot and downloaded from Google Storage 62 # Built by chromebot and downloaded from Google Storage
62 client/tests/drt 63 client/tests/drt
63 64
64 # Compiled python binaries 65 # Compiled python binaries
65 *.pyc 66 *.pyc
66 third_party/gsutil/*/gsutilc 67 third_party/gsutil/*/gsutilc
67 68
68 # Temporary vim files 69 # Temporary vim files
69 *.swo 70 *.swo
(...skipping 13 matching lines...) Expand all
83 /client/fling/.project 84 /client/fling/.project
84 /client/fling/.settings 85 /client/fling/.settings
85 86
86 # Generated test files. 87 # Generated test files.
87 /generated_tests/ 88 /generated_tests/
88 89
89 # Local GDB files. 90 # Local GDB files.
90 .gdb_history 91 .gdb_history
91 92
92 # Default dart2js output. 93 # Default dart2js output.
93 out.js 94 out.js
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