authors.el: Add missing ignored and renamed files

* emacs-lisp/authors.el (authors-ignored-files)
(authors-renamed-files-alist): Additions.
This commit is contained in:
Nicolas Petton 2015-02-04 01:11:13 +01:00
parent e589765b88
commit ec26c23f48
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2015-02-04 Nicolas Petton <nicolas@petton.fr>
* emacs-lisp/authors.el (authors-ignored-files)
(authors-renamed-files-alist): Additions.
2015-02-03 Michael Albinus <michael.albinus@gmx.de> 2015-02-03 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-ssh-controlmaster-options): Don't use a * net/tramp.el (tramp-ssh-controlmaster-options): Don't use a

View file

@ -354,6 +354,7 @@ Changes to files matching one of the regexps in this list are not listed.")
"All" "Version" "Everywhere" "Many" "Various" "files" "All" "Version" "Everywhere" "Many" "Various" "files"
;; Directories. ;; Directories.
"vms" "mac" "url" "tree-widget" "vms" "mac" "url" "tree-widget"
"info/dir"
) )
"List of files and directories to ignore. "List of files and directories to ignore.
Changes to files in this list are not listed.") Changes to files in this list are not listed.")
@ -779,6 +780,7 @@ in the repository.")
("play/bruce.el" . "bruce.el") ("play/bruce.el" . "bruce.el")
("play/yow.el" . "yow.el") ("play/yow.el" . "yow.el")
("patcomp.el" . "patcomp.el") ("patcomp.el" . "patcomp.el")
("emulation/ws-mode.el" . "ws-mode.el")
;; From lisp to etc/forms. ;; From lisp to etc/forms.
("forms-d2.el" . "forms-d2.el") ("forms-d2.el" . "forms-d2.el")
("forms-pass.el" . "forms-pass.el") ("forms-pass.el" . "forms-pass.el")