contrib: Add 109f1b28fc to ignored commits

2024-05-09  Jakub Jelinek  <jakub@redhat.com>

	* gcc-changelog/git_update_version.py: Replace
	9dbff9c055 with
	39f81924d8 and
	109f1b28fc in IGNORED_COMMITS.
This commit is contained in:
Jakub Jelinek 2024-05-09 13:01:31 +02:00
parent d508d70836
commit 5fe40f2c65

View File

@ -40,7 +40,8 @@ IGNORED_COMMITS = (
'1957bedf29a1b2cc231972aba680fe80199d5498',
'040e5b0edbca861196d9e2ea2af5e805769c8d5d',
'8057f9aa1f7e70490064de796d7a8d42d446caf8',
'9dbff9c05520a74e6cd337578f27b56c941f64f3')
'109f1b28fc94c93096506e3df0c25e331cef19d0',
'39f81924d88e3cc197fc3df74204c9b5e01e12f7')
FORMAT = '%(asctime)s:%(levelname)s:%(name)s:%(message)s'
logging.basicConfig(level=logging.INFO, format=FORMAT,