-
Notifications
You must be signed in to change notification settings - Fork 140
--ignore option disappeared #140
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
Comments
sorry :) |
I understand Sherpadawan : I suppose keeping both the --ignore option and the .griveignore was a bit complicated. |
Ok thanks for your reply. Seems to be better though
…On Wed, Apr 12, 2017 at 11:40 AM, MangoMango666 ***@***.***> wrote:
I understand Sherpadawan :
Options at the command line can be called according to circumstances (at a
specific moment, I want to be able to ignore certain files), while a
parameter file such as .griveignore is a setting that is used every time.
I suppose keeping both the --ignore option and the .griveignore was a bit
complicated.
It would have been useful, though.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#140 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAuuNZobhjV6SNhr2FgETBxIbFXB815Uks5rvJwmgaJpZM4M7F66>
.
--
Guillaume Storchi
2bis rue Beau Miroir
26340 Saillans
06 01 63 33 81
04 75 21 05 60
|
A notable issue is that .griveignore does not seem to have sufficient flexbility to handle the cases that were supposed to be manageable by regular expressions. For instance: I have a setup with a directory Foo being the only one I want to sync. However, Foo contains Bar that is huge and I do not want to sync. How do I specify this? .gitignore containing
does not work .gitignore containing
with grive invoked with -s Foo does not work either. In both cases, Bar is synchronized. |
If anyone could say to me what regex I need to put in the .griveignore file to skip .git directores I would be greatful. [EDIT] |
Use the .griveignore file instead of the -ignore option. |
In 0.5.1 version grive does not provides --ignore option :/
The text was updated successfully, but these errors were encountered: