-
Notifications
You must be signed in to change notification settings - Fork 24
Everything excluded when using exclude-all-then-add-some .gitignore #30
Comments
Any updates on this? |
@nabijaczleweli Sorry not yet, I've been spending my limited spare time on clap. I'm hoping to get some of this looked at early next week. |
Hi,
Just my $0.02. Please tell me what you think |
I can't remember why I originally added it, but it wasn't really meant to do anything too sophisticated like detecting circular links. In all honesty we could probably remove that options and still be fine. |
In that case I can send a pull request to remove this option and replace get_all_files which uses gitignore.get_included_files. Should I go ahead and do that? |
@rabisg I apologize, I've had other projects and my day job take priority here. I'd be more than happy to take a PR on this. |
Seems to be a problem with the |
Just a heads up. My PR got merged in nathankleyn/gitignore.rs#12 and v1.0.6 was released. Since I cannot devote time to this right now if someone wants to update this repo I'll be happy to help |
@kbknapp All you should need to do right now to fix this would be to either update the Cargo.toml to have 1.0.6 as the min version for gitignore, or just to remove the Cargo.lock and rebuild. Then you would only need to release a new version to crates.io, and it would work. Even just cloning the repo works right now, just not the version on crates.io. |
See for example this repo
I hacked at it but failed to make it work :v
The text was updated successfully, but these errors were encountered: