-
Notifications
You must be signed in to change notification settings - Fork 42
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 AddPath
, which would un-ignore a subdirectory of an ignored directory
#12
Comments
Unfortunately this is not easily possible, due to how file enumeration is currently done. |
That is, You would need to extensively rewrite |
It would mean reimplementing this block, however it could mean a massive performance decrease and a large increase in code complexity. |
I guess it would be possible by making each |
While i cannot offer a pull request, I will surely test the feature if/when it is added. |
I have added a wiki entry which provides a function that allows for whitelisting files: It basically finds everything that is not on your whitelist and ignores it. This allows for your usecase without a massiv rewrite of aconfmgr. |
AddPath
optionAddPath
, which would un-ignore a subdirectory of an ignored directory
I'm assuming there hasn't been any progress made on this, just checking if I'm wrong. Not sure if my shell scripting skills are good enough for this, but I might consider looking into this myself as this would be super useful for me. |
Add a new parameter to the configuration, that would enable adding select paths inside overall ignored ones.
For example,
To be able to backup
/usr/lib/aconfmgr
, while ignoring everything else, like:Something similar to how gitignore file works
The text was updated successfully, but these errors were encountered: