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

Side by Side Diff: .gitignore

Issue 9414014: vmbot: fix vm bot config (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: '' Created 8 years, 10 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 | tests/standalone/src/StatusFileParserTest.dart » ('j') | 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 43
44 # temporary vim files 44 # temporary vim files
45 *.swo 45 *.swo
46 *.swp 46 *.swp
47 47
48 /compiler/eclipse.workspace/tests/output/ 48 /compiler/eclipse.workspace/tests/output/
49 /compiler/eclipse.workspace/dartc/output/ 49 /compiler/eclipse.workspace/dartc/output/
50 /compiler/eclipse.workspace/rhino/output/ 50 /compiler/eclipse.workspace/rhino/output/
51 /compiler/eclipse.workspace/tests/output/ 51 /compiler/eclipse.workspace/tests/output/
52 /corelib/tests/corelib/src/generated/ 52 /corelib/tests/corelib/src/generated/
53 /corelib/tests/stub-generator/src/generated/
54 53
55 # Fling generated files 54 # Fling generated files
56 /client/fling/.classpath 55 /client/fling/.classpath
57 /client/fling/.project 56 /client/fling/.project
58 /client/fling/.settings 57 /client/fling/.settings
59 58
60 # Generated test files. 59 # Generated test files.
61 /generated_tests/ 60 /generated_tests/
62 61
63 # Local GDB files. 62 # Local GDB files.
64 .gdb_history 63 .gdb_history
OLDNEW
« no previous file with comments | « no previous file | tests/standalone/src/StatusFileParserTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698