commit | 69fbc52e95bb8ff2df76de09ca872fd62caf2480 | [log] [tgz] |
---|---|---|
author | scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Sep 13 15:26:51 2012 +0000 |
committer | scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Sep 13 15:26:51 2012 +0000 |
tree | c4dbc986499fdd7dcd26a992c440b48695ca332f | |
parent | e33073bac86af42b5bddf9b71449ffa52e772768 [diff] [blame] |
Keep the entries in .gitignore sorted in alphabetical order. Signed-off-by: Thiago Farina <tfarina@chromium.org> Review URL: https://codereview.appspot.com/6506107 git-svn-id: http://skia.googlecode.com/svn/trunk@5522 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/.gitignore b/.gitignore index cac3278..b10e128 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,6 +1,6 @@ -/out/ -/third_party/externals/ -/gyp/build/ -/xcodebuild/ .DS_Store .gclient* +/gyp/build/ +/out/ +/third_party/externals/ +/xcodebuild/