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

Unified Diff: .gitignore

Issue 21055005: leading slash confuses non-git tools that read .gitignore, like ag (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 5 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: .gitignore
diff --git a/.gitignore b/.gitignore
index d653a17b86b3e701b3b2a29613066d97bb869504..b44f4daf0dfdf678f8d6b810c049072a1d604056 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,7 @@
.DS_Store
.gclient*
*.pyc
-/gyp/build/
-/out/
-/third_party/externals/
-/xcodebuild/
+gyp/build/
+out/
+third_party/externals/
+xcodebuild/
« 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