Skip to content
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

Ingore changes to .direnv and .gitignore #475

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ehmry
Copy link

@ehmry ehmry commented Dec 27, 2022

The Direnv tool is useful to run within rules (by prefixing commands with "direnv exec .") but it creates a cache of metadata at .direnv which Tup should not be tracking. It may also make changes to .gitignore which would not effect reasonable build jobs.


This is a quick and simple fix, an alternative would be to add some sort of general "tupignore" mechanism for ignoring the cache artifacts created by various tools.

The Direnv[0] tool is useful to run within rules (by prefixing
commands with "direnv exec .") but it creates a cache of metadata
at .direnv which Tup should not be tracking. It may also make
changes to .gitignore which would not effect reasonable build jobs.

0: https://direnv.net/
@toastal
Copy link

toastal commented Jul 17, 2024

s/Ingore/Ignore/g

This should be two separate commits. Not sure why you would want to ignore the Gitignore tho.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants