From 2090e699fd2b71264cedb4971a172a84276ca71c Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 21 Oct 2020 16:48:51 +0200 Subject: [PATCH] stow: Remove readme symlinking Add readme markdown files to stow ignored list so they will not be automatically linked in the home directory. They exist purely for the repository and should not appear on the system itself. --- .stowrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.stowrc b/.stowrc index b8129aa..e310a31 100644 --- a/.stowrc +++ b/.stowrc @@ -2,3 +2,4 @@ --ignore='^.gitlab-ci.yml$' --ignore='^.stowrc$' --ignore='^.githooks$' +--ignore='^README.md$'