nix-config/.stow-local-ignore
Donovan Glover 8c4d136155
Add new Makefile
Although I use stow to manage my dotfiles, the way you need to invoke
stow is different depending on where the dotfiles directory is located.

To circumvent this, I wrote a Makefile that automatically determines
the stow directory (the parent directory) and package directory (this
repo) before calling stow.
2018-10-15 01:07:09 -04:00

14 lines
343 B
Plaintext

# This .stow-local-ignore file is used to prevent stow from
# ignoring the .gitignore file by default.
#
# Since the root of this repository is also the package directory,
# it is also used to ignore things that aren't dotfiles.
#
# https://www.gnu.org/software/stow/manual/stow.html#Ignore-Lists
README.md
LICENSE
Makefile
.git/*
.directory