util,python: Ignore ELF binary blobs in pre-commit

Change-Id: I60554b2ae7536687a6c0a883a7678f793c3c77d4
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/40636
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Boris Shingarov
2021-02-04 11:43:23 -05:00
committed by Boris Shingarov
parent a2a24b3396
commit a116ff6bc7

View File

@@ -106,6 +106,7 @@ style_ignores = [
_re_ignore("^ext/"), _re_ignore("^ext/"),
# Ignore test data, as they are not code # Ignore test data, as they are not code
_re_ignore("^tests/(?:quick|long)/"), _re_ignore("^tests/(?:quick|long)/"),
_re_ignore("^tests/test-progs/hello/bin/"),
# Only include Scons files and those with extensions that suggest source # Only include Scons files and those with extensions that suggest source
# code # code
_re_only("^((.*\/)?(SConscript|SConstruct)|" _re_only("^((.*\/)?(SConscript|SConstruct)|"