-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for .ipfsignore
and hidden files
#1204
Conversation
…ate .ipfsignore files
"path" | ||
"strings" | ||
|
||
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/cheggaaa/pb" | ||
context "github.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context" | ||
ignore "github.com/sabhiram/go-git-ignore" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vendoring-- try running:
make vendor
from top level? (i can also vendor for you, lmk if desired)
(4/100)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Obviously doesn't work from Windows, will setting this up on my Linux VM and going from there.
@gatesvp comments above o/ -- also looks like tests failed from lack of godeps |
go-peerstream update (accept concurrency)
#1204 [ reworded to conform to commit msg guidelines ]
ipfs#1204 [ reworded to conform to commit msg guidelines ]
This commit implements support for .ipfsignore files. - Make ipfs add ignore files by default. - ipfs add now respects .ipfsignore files - checks parent paths for .ipfsignore files, recursively - respect file path separator on all OSes - Fix OS-specific slashing without strconv - Fix is_hidden on non-Windows - Vendoring for .ipfsignore support CR in - #1204
Resolution for #653