util,python: Ignore ELF binary blobs in pre-commit
authorBoris Shingarov <shingarov@labware.com>
Thu, 4 Feb 2021 16:43:23 +0000 (11:43 -0500)
committerBoris Shingarov <shingarov@gmail.com>
Fri, 5 Feb 2021 04:09:54 +0000 (04:09 +0000)
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>
util/style/style.py

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