aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorNicolas Petton2016-03-02 17:03:59 +0100
committerNicolas Petton2016-03-02 17:03:59 +0100
commit5cf7c393b74dd1921a1124c19647fdf5491e2639 (patch)
tree6b7195bb72259a832dffdabd655d1f8d4413e3dd /admin
parenta26f1933db42f63f7ade2f98cda8fec1521d6ccb (diff)
downloademacs-5cf7c393b74dd1921a1124c19647fdf5491e2639.tar.gz
emacs-5cf7c393b74dd1921a1124c19647fdf5491e2639.zip
authors.el updates
* admin/authors.el (authors-ignored-files): Addition.
Diffstat (limited to 'admin')
-rw-r--r--admin/authors.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/authors.el b/admin/authors.el
index 9b3deef4f90..ecdd5ca7741 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -392,6 +392,7 @@ Changes to files matching one of the regexps in this list are not listed.")
392 "zipdist.bat" 392 "zipdist.bat"
393 "nt/makefile.w32-in" 393 "nt/makefile.w32-in"
394 "config.nt" 394 "config.nt"
395 "nextstep/WISHLIST"
395 ) 396 )
396 "List of files and directories to ignore. 397 "List of files and directories to ignore.
397Changes to files in this list are not listed.") 398Changes to files in this list are not listed.")