Add .gitignore file to never ignore the runtime/bin directory

R=whesse@google.com

BUG=
TEST=

Review URL: http://codereview.chromium.org//9186003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@3228 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
sgjesse@google.com 2012-01-12 07:42:13 +00:00
parent 9c47da0912
commit bf47631716

3
runtime/.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
# Always include the bin directory here as it contains the source code
# for the dart executable.
!bin