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

Unified Diff: .gitignore

Issue 11359149: Ignore generated "packages" directories. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
===================================================================
--- .gitignore (revision 14763)
+++ .gitignore (working copy)
@@ -1,6 +1,6 @@
# These ignores are auto-generated from the canonical svn ignore metadata
# using:
-#
+#
# $ git svn create-ignore
#
# Whenever possible, prefer creating ignores in svn and then generating them
@@ -69,3 +69,6 @@
# From the Mac OS X Finder
.DS_Store
+
+# Pub generated "packages" directories
+packages
« 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