2011-11-23 18:45:48 -05: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 23:43:56 -04:00
|
|
|
\.gitmodules
|
2011-11-23 18:45:48 -05:00
|
|
|
|
|
|
|
.+~ # emacs backup files
|
|
|
|
\#.*\# # emacs autosave files
|
2013-01-17 07:25:43 -05:00
|
|
|
|
|
|
|
^/README.*
|
|
|
|
^/LICENSE.*
|
|
|
|
^/COPYING
|