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

Side by Side Diff: .gitignore

Issue 1746743002: Use checked-in .package file for building and testing (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Status fixes Created 4 years, 3 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
« no previous file with comments | « no previous file | .packages » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Build artifacts and dependencies. 1 # Build artifacts and dependencies.
2 /.children 2 /.children
3 /.project 3 /.project
4 /Makefile 4 /Makefile
5 /base 5 /base
6 /benchmarks 6 /benchmarks
7 /buildtools 7 /buildtools
8 /ipch 8 /ipch
9 /out 9 /out
10 /xcodebuild 10 /xcodebuild
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 43
44 # pydev project file. 44 # pydev project file.
45 .pydevproject 45 .pydevproject
46 46
47 # From the Mac OS X Finder 47 # From the Mac OS X Finder
48 .DS_Store 48 .DS_Store
49 49
50 # Pub generated "packages" directories and files 50 # Pub generated "packages" directories and files
51 packages 51 packages
52 pubspec.lock 52 pubspec.lock
53 .packages
54 53
55 # Local pub storage 54 # Local pub storage
56 .pub 55 .pub
57 56
58 # Vim temporary swap files. 57 # Vim temporary swap files.
59 *.swp 58 *.swp
60 59
61 # Kate temporary files. 60 # Kate temporary files.
62 *~ 61 *~
63 *.kate-swp 62 *.kate-swp
64 63
65 # Merge files. 64 # Merge files.
66 *.orig 65 *.orig
67 *.rej 66 *.rej
68 67
69 # Generated files. 68 # Generated files.
70 tools/dartium/out 69 tools/dartium/out
71 tools/out 70 tools/out
72 tools/xcodebuild 71 tools/xcodebuild
73 editor/util/testing/mac/CodeLab.suite/Results 72 editor/util/testing/mac/CodeLab.suite/Results
74 editor/util/testing/mac/DartEditor.suite/Results 73 editor/util/testing/mac/DartEditor.suite/Results
75 editor/util/testing/mac/Samples.suite/Results 74 editor/util/testing/mac/Samples.suite/Results
76 .test-outcome.log 75 .test-outcome.log
OLDNEW
« no previous file with comments | « no previous file | .packages » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698