Skip to content

Conversation

@ghost
Copy link

@ghost ghost 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.

@ghost ghost closed this by deleting the head repository Sep 22, 2025
This pull request was closed.
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.

1 participant