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

Side by Side Diff: .gitignore

Issue 534613002: ignore local pub cache (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | 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 # These ignores are auto-generated from the canonical svn ignore metadata 1 # These ignores are auto-generated from the canonical svn ignore metadata
2 # using: 2 # using:
3 # 3 #
4 # $ git svn create-ignore 4 # $ git svn create-ignore
5 # 5 #
6 # Whenever possible, prefer creating ignores in svn and then generating them 6 # Whenever possible, prefer creating ignores in svn and then generating them
7 # to keep git in sync. 7 # to keep git in sync.
8 /.children 8 /.children
9 /.project 9 /.project
10 /Makefile 10 /Makefile
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 # Compiled python binaries 44 # Compiled python binaries
45 *.pyc 45 *.pyc
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 53
54 # Local pub storage
55 .pub
56
54 # Vim temporary swap files. 57 # Vim temporary swap files.
55 *.swp 58 *.swp
56 59
57 # Kate temporary files. 60 # Kate temporary files.
58 *~ 61 *~
59 *.kate-swp 62 *.kate-swp
60 63
61 # Merge files. 64 # Merge files.
62 *.orig 65 *.orig
63 *.rej 66 *.rej
64 67
65 # Generated files. 68 # Generated files.
66 tools/out 69 tools/out
67 tools/xcodebuild 70 tools/xcodebuild
68 editor/util/testing/mac/CodeLab.suite/Results 71 editor/util/testing/mac/CodeLab.suite/Results
69 editor/util/testing/mac/DartEditor.suite/Results 72 editor/util/testing/mac/DartEditor.suite/Results
70 editor/util/testing/mac/Samples.suite/Results 73 editor/util/testing/mac/Samples.suite/Results
71 .test-outcome.log 74 .test-outcome.log
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