From 6a3aad7a1fa7a2a0feaaf930bb75b3fa18ac57c1 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 19 Sep 2018 12:28:35 -0400 Subject: [PATCH] Add .stow-local-ignore This fixes the issue where .gitignore was not stowed. --- dots/common/.stow-local-ignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dots/common/.stow-local-ignore diff --git a/dots/common/.stow-local-ignore b/dots/common/.stow-local-ignore new file mode 100644 index 00000000..4df09be3 --- /dev/null +++ b/dots/common/.stow-local-ignore @@ -0,0 +1,4 @@ +# This .stow-local-ignore file is used to prevent stow from +# ignoring the .gitignore file by default. +# +# https://www.gnu.org/software/stow/manual/stow.html#Ignore-Lists