mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
08fbbd2880
update .gitignore to not ignore it R=whesse@google.com BUG= Review URL: https://codereview.chromium.org//1147503003
6 lines
100 B
Text
6 lines
100 B
Text
# ignore everything
|
|
*
|
|
# except for items in the pkg directory and self
|
|
!.gitignore
|
|
!pkg
|
|
!pkg_tested
|