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

Unified Diff: runtime/.gitignore

Issue 9186003: Add .gitignore file to never ignore the runtime/bin directory (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 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: runtime/.gitignore
diff --git a/runtime/.gitignore b/runtime/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..b15ff68a7eab436f05d6493ec3541943c488f403
--- /dev/null
+++ b/runtime/.gitignore
@@ -0,0 +1,3 @@
+# Always include the bin directory here as it contains the source code
+# for the dart executable.
+!bin
« 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