]> git.eshelyaron.com Git - emacs.git/commit
Improve .gitignore and project-vc-ignores handling
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 2 Dec 2020 02:28:35 +0000 (04:28 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 2 Dec 2020 02:28:35 +0000 (04:28 +0200)
commit5f45fc7ee24d025a6292bca82c4eed556be76e77
treeaa69777ba8ab6813a1799d48782b7063fef00a65
parente19c5d43486326094ab4edaccc85cbc57c743d12
Improve .gitignore and project-vc-ignores handling

* lisp/progmodes/project.el (project-ignores):
Convert .gitignore entries more faithfully.
(project--vc-list-files): Convert "our" ignore entries to
"proper" globs, which is what Git pathspec requires.
lisp/progmodes/project.el