19 lines
229 B
Text
19 lines
229 B
Text
|
# 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
|