gitignore: ignore target as a symlink#133
Conversation
|
Curious where this use case comes from |
|
If you want to move all cargo target dirs globally, just do |
|
I keep my build trees on a separate partition and wrangled using symlinks.
AFAIK, this doesn't work because then all builds of Rust code on my machine is serialized on the lock in the one target directory (I already have issues with ALE competing with my |
|
I would half suggest that you should just use a personal excludes configuration in git for that. See core.excludesFile in git help config. |
|
I'm aware of that; I use it for things like my Vim backup files and the like. But this is a file that "every" clone of this ends up having. It's basically a backport of the new behavior of |
No description provided.