Tweak previous authors.el change
This commit is contained in:
parent
7dbd8a2cb6
commit
440cb8f6cc
1 changed files with 2 additions and 2 deletions
|
@ -242,7 +242,7 @@ If REALNAME is nil, ignore that author.")
|
|||
'(".*loaddefs.el$" ; not obsolete, but auto-generated
|
||||
"\\.\\(cvs\\|git\\)ignore$" ; obsolete or uninteresting
|
||||
"\\.arch-inventory$"
|
||||
"automated/data" ; not interesting
|
||||
"automated/data/" ; not interesting
|
||||
;; TODO lib/? Matches other things?
|
||||
"build-aux/" "m4/" "Emacs.xcodeproj" "mapfiles" "\\.map\\'"
|
||||
"preferences\\.\\(nib\\|gorm\\)"
|
||||
|
@ -254,7 +254,7 @@ Changes to files matching one of the regexps in this list are not listed.")
|
|||
|
||||
(defconst authors-no-scan-regexps
|
||||
'("etc/nxml/"
|
||||
"automated/data")
|
||||
"automated/data/")
|
||||
"Lists of regexps matching files not to scan for authorship.")
|
||||
|
||||
(defconst authors-ignored-files
|
||||
|
|
Loading…
Add table
Reference in a new issue