diff --git a/tool/attribution/annotate.py b/tool/attribution/annotate.py index 006b3937b..31f3a6c9d 100644 --- a/tool/attribution/annotate.py +++ b/tool/attribution/annotate.py @@ -210,6 +210,8 @@ override_author["e97cf09e043e2e4b6f0f899b9230f4b6303fcc23"] = "/" # Initial comm override_author["a3a074f455a3f52e6fa4d44214f6c34289fa6f8c"] = "-" # Sync override_author["141e7c645966ee3475097a75a65def8c9bd7086a"] = "-" # Sync override_author["e6a617b8bcd1630dba5fc3b6ae9815775ba2c19d"] = "-" # Sync +override_author["41c8499bd4f1e6229a03c954132fcc5ba4f5dc3e"] = "-" # Sync +override_author["ecf990f8ae8e04d946ce1d5519c065dc6fedf4c4"] = "-" # Sync # Exclude some paths exclude_paths = { } @@ -219,6 +221,16 @@ exclude_paths["nel/src/3d/driver/opengl/EGL"] = True exclude_paths["nel/src/3d/driver/opengl/GLES"] = True exclude_paths["nel/src/3d/driver/opengl/KHR"] = True exclude_paths["studio/src/3rdparty"] = True +exclude_paths["ryzom/common/src/game_share/ring_session_manager_itf.cpp"] = True +exclude_paths["ryzom/common/src/game_share/ring_session_manager_itf.h"] = True +exclude_paths["ryzom/server/src/entities_game_service/database_guild.cpp"] = True +exclude_paths["ryzom/server/src/entities_game_service/database_guild.h"] = True +exclude_paths["ryzom/server/src/entities_game_service/database_outpost.cpp"] = True +exclude_paths["ryzom/server/src/entities_game_service/database_outpost.h"] = True +exclude_paths["ryzom/server/src/entities_game_service/database_plr.cpp"] = True +exclude_paths["ryzom/server/src/entities_game_service/database_plr.h"] = True +exclude_paths["ryzom/server/src/shard_unifier_service/database_mapping.cpp"] = True +exclude_paths["ryzom/server/src/shard_unifier_service/database_mapping.h"] = True # Programmatical remappings def remap_author(blob, commit, author):