forked from phacility/phabricator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: See D5561. Ref T2378. - Add `support/bin/*` to .gitignore so any symlinks or binaries won't get picked up by Git. - Add a README so Git preserves the directory and there's at least //some// documentation of its existence. Test Plan: ummmmm Reviewers: jevripio, codeblock, btrahan Reviewed By: jevripio CC: aran Maniphest Tasks: T2378 Differential Revision: https://secure.phabricator.com/D5562
- Loading branch information
epriestley
committed
Apr 3, 2013
1 parent
bfdce02
commit 8b6fc61
Showing
3 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Phabricator will look in this directory for binaries (like "git", "hg", "svn", | ||
"diff", etc) before looking elsewhere. If you want Phabricator to use a | ||
specific version of some binary, copy or symlink it here. |