diff options
author | Nathan Sidwell <nathan@acm.org> | 2020-12-15 09:49:06 -0500 |
---|---|---|
committer | Nathan Sidwell <nathan@acm.org> | 2020-12-15 09:51:50 -0500 |
commit | c5271279d6e86df0d0203c11fc4c3e3c99a14bb7 (patch) | |
tree | b828e01c90336158b4a5686ad36b508db0b625c0 /contrib/gcc-changelog/git_commit.py | |
parent | 8dede2411195eb2fd672d8d0c758f94732bd6d77 (diff) | |
download | gcc-c5271279d6e86df0d0203c11fc4c3e3c99a14bb7.zip gcc-c5271279d6e86df0d0203c11fc4c3e3c99a14bb7.tar.gz gcc-c5271279d6e86df0d0203c11fc4c3e3c99a14bb7.tar.bz2 |
Add toplevel dirs
contrib/
* gcc-changelog/git_commit.py (changelog_locations): Add
libcody, c++tools.
Diffstat (limited to 'contrib/gcc-changelog/git_commit.py')
-rwxr-xr-x | contrib/gcc-changelog/git_commit.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index 0c43816..01f4987 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -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', |