gdb/copyright.py: Add generated files in gnulib/ to exclude list
This will prevent this script from updating the copyright year range for those files. Note that aclocal.m4 and configure are already in the EXCLUDE_ALL_LIST, so they don't need to be added to the EXCLUDE_LIST. gdb/ChangeLog: * copypright.py (EXCLUDE_LIST): Add 'gnulib/config.in' and 'gnulib/Makefile.in' to the list.
This commit is contained in:
parent
a60419c8c9
commit
c325c44ef6
2 changed files with 8 additions and 1 deletions
|
@ -190,7 +190,9 @@ def main ():
|
|||
EXCLUDE_LIST = (
|
||||
'gdb/nat/glibc_thread_db.h',
|
||||
'gdb/CONTRIBUTE',
|
||||
'gnulib/import'
|
||||
'gnulib/import',
|
||||
'gnulib/config.in',
|
||||
'gnulib/Makefile.in',
|
||||
)
|
||||
|
||||
# Files which should not be modified, either because they are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue