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.
This commit is contained in:
parent
a57e9ab7da
commit
2090e699fd
1 changed files with 1 additions and 0 deletions
1
.stowrc
1
.stowrc
|
@ -2,3 +2,4 @@
|
||||||
--ignore='^.gitlab-ci.yml$'
|
--ignore='^.gitlab-ci.yml$'
|
||||||
--ignore='^.stowrc$'
|
--ignore='^.stowrc$'
|
||||||
--ignore='^.githooks$'
|
--ignore='^.githooks$'
|
||||||
|
--ignore='^README.md$'
|
||||||
|
|
Loading…
Reference in a new issue