rename .hgignore to .gitignore and adapted syntax
This commit is contained in:
parent
0b8cd4a80b
commit
78f2d2a643
18
.hgignore → .gitignore
vendored
18
.hgignore → .gitignore
vendored
@ -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/
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user