33 lines
586 B
Plaintext
33 lines
586 B
Plaintext
# ~./dotfiles/.stow.local.ignore: Files to be ignored by gnu 'stow'
|
||
#
|
||
# Comments and blank lines are allowed.
|
||
#
|
||
# See 'info stow' section "4 Ignore Lists" for more information
|
||
|
||
RCS
|
||
.+,v
|
||
|
||
CVS
|
||
\.\#.+ # CVS conflict files / emacs lock files
|
||
\.cvsignore
|
||
|
||
\.svn
|
||
_darcs
|
||
\.hg
|
||
|
||
\.git
|
||
\.gitignore
|
||
|
||
.+~ # emacs backup files
|
||
\#.*\# # emacs autosave files
|
||
|
||
^/README.*
|
||
^/LICENSE.*
|
||
^/COPYING
|
||
|
||
scripts # scripts directory to be ignored
|
||
shell # various shell configurations need not be stowed.
|
||
.DS_store
|
||
[38;2;248;248;242mREADME.md[0m
|
||
[38;2;248;248;242m.*/\.git[0m
|