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

Side by Side Diff: .gitignore

Issue 11867029: Clean up a few static warnings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | utils/tests/pub/oauth2_test.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 # 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 27 matching lines...) Expand all
38 # Built by chromebot and downloaded from Google Storage 38 # Built by chromebot and downloaded from Google Storage
39 client/tests/drt 39 client/tests/drt
40 40
41 # Compiled python binaries 41 # Compiled python binaries
42 *.pyc 42 *.pyc
43 third_party/gsutil/*/gsutilc 43 third_party/gsutil/*/gsutilc
44 44
45 # From the Mac OS X Finder 45 # From the Mac OS X Finder
46 .DS_Store 46 .DS_Store
47 47
48 # Pub generated "packages" directories 48 # Pub generated "packages" directories and files
49 packages 49 packages
50 pubspec.lock
50 51
51 # Vim temporary swap files. 52 # Vim temporary swap files.
52 *.swp 53 *.swp
53 54
54 # Generated files. 55 # Generated files.
55 tools/out 56 tools/out
OLDNEW
« no previous file with comments | « no previous file | utils/tests/pub/oauth2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698