24 lines
201 B
Plaintext
24 lines
201 B
Plaintext
|
# -------------------------
|
||
|
# Stow Default Ignore stuff
|
||
|
RCS
|
||
|
.+,v
|
||
|
|
||
|
CVS
|
||
|
\.\#.+
|
||
|
\.cvsignore
|
||
|
|
||
|
\.svn
|
||
|
_darcs
|
||
|
\.hg
|
||
|
|
||
|
\.git
|
||
|
\.gitignore
|
||
|
|
||
|
.+~
|
||
|
\#.*\#
|
||
|
|
||
|
^/README.*
|
||
|
^/LICENSE.*
|
||
|
^/COPYING
|
||
|
# -------------------------
|