28 lines
491 B
Plaintext
28 lines
491 B
Plaintext
|
# GNU stow ignore .gitignore files by default, and so we modify the default
|
||
|
# ignore list, taken from
|
||
|
# http://www.gnu.org/software/stow/manual/html_node/Types-And-Syntax-Of-Ignore-Lists.html,
|
||
|
# to exclude the gitignore line
|
||
|
|
||
|
# Comments and blank lines are allowed.
|
||
|
|
||
|
RCS
|
||
|
.+,v
|
||
|
|
||
|
CVS
|
||
|
\.\#.+ # CVS conflict files / emacs lock files
|
||
|
\.cvsignore
|
||
|
|
||
|
\.svn
|
||
|
_darcs
|
||
|
\.hg
|
||
|
|
||
|
\.git
|
||
|
# \.gitignore
|
||
|
|
||
|
.+~ # emacs backup files
|
||
|
\#.*\# # emacs autosave files
|
||
|
|
||
|
^/README.*
|
||
|
^/LICENSE.*
|
||
|
^/COPYING
|