a608ff50 |
# Comments and blank lines are allowed.
RCS
.+,v
CVS
|
a70963dd |
\.\#.+ # CVS conflict files / emacs lock files
|
a608ff50 |
\.cvsignore
\.svn
_darcs
\.hg
\.git
\.gitignore
|
a70963dd |
.+~ # emacs backup files
\#.*\# # emacs autosave files
|
a608ff50 |
|
cf928069 |
.+\.swp # vim swap files
|
89e624a3 |
^/.github
|
a608ff50 |
^/README.*
|
d9f05d54 |
^/READ\.ME.*
|
716249c1 |
^/LICENSE.* # US English noun
^/LICENCE.* # British English noun
^/COPYING.* # GNU
^/UNLICENSE.* # Unlicense
|
00885ed7 |
^/BUILDING.*
^/INSTALL.*
^/AUTHORS.*
^/CODEOWNERS.*
^/CREDITS.*
^/ACKNOWLEDGEMENTS.*
^/CITATION.*
^/CONTRIBUTING.*
^/HACKING.*
^/CODE_OF_CONDUCT.*
^/FUNDING.*
^/HISTORY.*
^/NEWS.*
^/CHANGELOG.*
^/ChangeLog.*
^/FAQ.*
^/TODO.*
^/NOTES.*
|