Skip to content

Commit

Permalink
fix: Don't stow absolute symbolic links
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Obuchowicz <[email protected]>
  • Loading branch information
AObuchow committed May 16, 2024
1 parent f31c281 commit fb7d865
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions base/ubi8/.stow-local-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@
# but we don't want them to be symbolic links (or to cause stow conflicts). They will be copied to /home/user/ manually.
\.bashrc
\.bash_profile

# Ignore absolute symbolic links, as they are not supported by stow
\.krew
\.sdkman
\.local/bin/podman

0 comments on commit fb7d865

Please sign in to comment.