help-stow
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-stow] how to override/disable stow's default ignore list?


From: RW. S
Subject: Re: [Help-stow] how to override/disable stow's default ignore list?
Date: Sun, 8 Nov 2015 19:53:34 +1100

~/.stow-global-ignore overrides the default list, so just `touch
~/.stow-global-ignore` or use the default list without the \.gitignore
line:

    RCS
    .+,v

    CVS
    \.\#.+       # CVS conflict files / emacs lock files
    \.cvsignore

    \.svn
    _darcs
    \.hg

    \.git

    .+~          # emacs backup files
    \#.*\#       # emacs autosave files

--



reply via email to

[Prev in Thread] Current Thread [Next in Thread]