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

Side by Side Diff: .gitignore

Issue 8334026: Don't ignore /frog/ in .gitignore anymore (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 /corelib/tests/corelib/src/generated/ 54 /corelib/tests/corelib/src/generated/
55 /corelib/tests/stub-generator/src/generated/ 55 /corelib/tests/stub-generator/src/generated/
56 56
57 # Fling generated files 57 # Fling generated files
58 /client/fling/.classpath 58 /client/fling/.classpath
59 /client/fling/.project 59 /client/fling/.project
60 /client/fling/.settings 60 /client/fling/.settings
61 61
62 # Generated test files. 62 # Generated test files.
63 /generated_tests/ 63 /generated_tests/
64
65 /frog/
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