tof-votes: adjust acceptable.py
Add more files to reject based on latest development patterns.  We
generally do not "count" files which are company specific, OEM, or
generated.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ibd3a3105c8dbf9a95699244c468d10c618a19b1f
diff --git a/tof-voters/libvoters/acceptable.py b/tof-voters/libvoters/acceptable.py
index ca16392..821ea9f 100644
--- a/tof-voters/libvoters/acceptable.py
+++ b/tof-voters/libvoters/acceptable.py
@@ -13,6 +13,7 @@
 
     reject_repo = [
         "openbmc/s2600wf-misc",
+        "openbmc/witherspoon-pfault-analysis",
     ]
 
     for r in reject_repo:
@@ -33,15 +34,17 @@
             ".*/google/",
             ".*/ibm/",
             ".*/intel/",
+            ".*oem/.*",
             "MAINTAINERS",
             "OWNERS",
+            "gen/.*",
             "ibm-.*",
             "ibm_.*",
         ],
         "openbmc/entity-manager": ["configurations/.*"],
         "openbmc/libmctp": ["docs/bindings/vendor-.*"],
         "openbmc/openbmc": ["meta-(?!phosphor).*", "poky/.*"],
-        "openbmc/openbmc-test-automation": ["oem/.*", "openpower/.*"],
+        "openbmc/openbmc-test-automation": ["openpower/.*"],
         "openbmc/openpower-libhei": [
             "test/simulator/sample_data/.*",
             "test/simulator/test_*cases/.*",
@@ -51,6 +54,9 @@
             ".*/pel/.*",
             ".*/ras-data/.*",
         ],
+        "openbmc/phosphor-dbus-interfaces": [
+            "yaml/com/.*",
+        ],
         "openbmc/phosphor-debug-collector": [
             "dump-extensions/.*",
             "tools/dreport.d/ibm.d/.*",
@@ -59,6 +65,10 @@
         "openbmc/phosphor-power": [".*/config_files/.*"],
         "openbmc/phosphor-led-manager": ["configs/.*"],
         "openbmc/phosphor-logging": [".*/openpower-pels/.*"],
+        "openbmc/pldm": [
+            ".*oem_.*",
+            "configurations/.*",
+        ],
         "openbmc/webui-vue": [
             "src/env/.*",
         ],