2011-11-23 23:45:48 +00:00
|
|
|
# Comments and blank lines are allowed.
|
|
|
|
|
|
|
|
RCS
|
|
|
|
.+,v
|
|
|
|
|
|
|
|
CVS
|
|
|
|
\.\#.+ # CVS conflict files / emacs lock files
|
|
|
|
\.cvsignore
|
|
|
|
|
|
|
|
\.svn
|
|
|
|
_darcs
|
|
|
|
\.hg
|
|
|
|
|
|
|
|
\.git
|
|
|
|
\.gitignore
|
2022-08-12 20:43:56 -07:00
|
|
|
\.gitmodules
|
2011-11-23 23:45:48 +00:00
|
|
|
|
|
|
|
.+~ # emacs backup files
|
|
|
|
\#.*\# # emacs autosave files
|
2013-01-17 12:25:43 +00:00
|
|
|
|
|
|
|
^/README.*
|
|
|
|
^/LICENSE.*
|
|
|
|
^/COPYING
|