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