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

Unified Diff: .gitignore

Issue 10933054: Restore stuff removed from .gitignore. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add comments. Created 8 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 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
diff --git a/.gitignore b/.gitignore
index a15a491a643e34a25fef64aa129c7bfbb63ddf87..59e3381d07a487733131d40fa6e5e1c3f40cb8ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,10 @@
+# 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
+# to keep git in sync.
/api_docs.target.mk
/benchmarks
/compiler.target.mk
@@ -49,3 +56,20 @@
/dart2js.vcproj
/create_sdk.vcxproj.user
/runtime.vcxproj
+
+# End generated ignores. The following are hand-added because the svn:ignore
+# stuff doesn't handle them well.
+
+# Generated XCode projects on Mac
+*.xcodeproj
+
+# Dart Editor config files
+.children
+.project
+
+# Built by chromebot and downloaded from Google Storage
+client/tests/drt
+
+# Compiled python binaries
+*.pyc
+third_party/gsutil/*/gsutilc
« 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