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
|
||||
*.contrib
|
||||
*~
|
||||
@ -130,18 +127,15 @@ dvc/lisp/dvc-site.el
|
||||
dvc/texinfo/dvc-version.texinfo
|
||||
dvc/texinfo/dvc.info
|
||||
|
||||
# switch to regexp syntax.
|
||||
syntax: regexp
|
||||
|
||||
CVS/
|
||||
\.git/
|
||||
\.svn/
|
||||
\.bzr
|
||||
.git/
|
||||
.svn/
|
||||
.bzr
|
||||
|
||||
\.pc/
|
||||
\.eshell/
|
||||
.pc/
|
||||
.eshell/
|
||||
|
||||
\.\#.*
|
||||
.\#*
|
||||
|
||||
server/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user