diff options
Diffstat (limited to 'gdb/copyright.py')
-rw-r--r-- | gdb/copyright.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/copyright.py b/gdb/copyright.py index baa799d..6fc7e1f 100644 --- a/gdb/copyright.py +++ b/gdb/copyright.py @@ -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 |