leading slash confuses non-git tools that read .gitignore, like ag
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 30 Jul 2013 17:23:01 +0000 (17:23 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 30 Jul 2013 17:23:01 +0000 (17:23 +0000)
BUG=
R=scroggo@google.com

Author: mtklein@google.com

Review URL: https://chromiumcodereview.appspot.com/21055005

git-svn-id: http://skia.googlecode.com/svn/trunk@10439 2bbb7eff-a529-9590-31e7-b0007b416f81

.gitignore

index d653a17..b44f4da 100644 (file)
@@ -3,7 +3,7 @@
 .DS_Store
 .gclient*
 *.pyc
-/gyp/build/
-/out/
-/third_party/externals/
-/xcodebuild/
+gyp/build/
+out/
+third_party/externals/
+xcodebuild/