rename .hgignore to .gitignore and adapted syntax

This commit is contained in:
Kai Tetzlaff (NSN/LinSEE) 2013-09-24 16:23:51 +02:00
parent 0b8cd4a80b
commit 78f2d2a643

View File

@ -1,6 +1,3 @@
# use glob syntax.
syntax: glob
*.keep *.keep
*.contrib *.contrib
*~ *~
@ -130,18 +127,15 @@ dvc/lisp/dvc-site.el
dvc/texinfo/dvc-version.texinfo dvc/texinfo/dvc-version.texinfo
dvc/texinfo/dvc.info dvc/texinfo/dvc.info
# switch to regexp syntax.
syntax: regexp
CVS/ CVS/
\.git/ .git/
\.svn/ .svn/
\.bzr .bzr
\.pc/ .pc/
\.eshell/ .eshell/
\.\#.* .\#*
server/ server/