Add toplevel dirs

contrib/
	* gcc-changelog/git_commit.py (changelog_locations): Add
	libcody, c++tools.
This commit is contained in:
Nathan Sidwell 2020-12-15 09:49:06 -05:00
parent 8dede24111
commit c5271279d6
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ import os
import re
changelog_locations = {
'c++tools',
'config',
'contrib',
'contrib/header-tools',
@ -51,6 +52,7 @@ changelog_locations = {
'libatomic',
'libbacktrace',
'libcc1',
'libcody',
'libcpp',
'libcpp/po',
'libdecnumber',