]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
contrib: Add another ignored commit
authorJeff Law <jlaw@ventanamicro.com>
Thu, 14 Nov 2024 17:14:53 +0000 (10:14 -0700)
committerJeff Law <jlaw@ventanamicro.com>
Thu, 14 Nov 2024 17:14:53 +0000 (10:14 -0700)
* gcc-changelog/git_update_version.py (ignored_commits): Add
another ignored commit.

contrib/gcc-changelog/git_update_version.py

index fa2009f6b0574a838f95f585753a8bec1b216da9..ceed859b4587c32ceaedbf36345eca7849858464 100755 (executable)
@@ -46,6 +46,7 @@ ignored_commits = {
         '8e6a25b01becf449d54154b7e83de5f4955cba37',
         '72677e1119dc40aa680755d009e079ad49446c46',
         '10d76b7f1e5b63ad6d2b92940c39007913ced037',
+        'de3b277247ce98d189f121155b75f490725a42f6',
         '13cf22eb557eb5e3d796822247d8d4957bdb25da'}
 
 FORMAT = '%(asctime)s:%(levelname)s:%(name)s:%(message)s'