Boris Shingarov has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/40636 )

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

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

Change-Id: I60554b2ae7536687a6c0a883a7678f793c3c77d4
---
M util/style/style.py
1 file changed, 1 insertion(+), 0 deletions(-)



diff --git a/util/style/style.py b/util/style/style.py
index 1a5e94b..d8afd09 100644
--- a/util/style/style.py
+++ b/util/style/style.py
@@ -106,6 +106,7 @@
     _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)|"

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/40636
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I60554b2ae7536687a6c0a883a7678f793c3c77d4
Gerrit-Change-Number: 40636
Gerrit-PatchSet: 1
Gerrit-Owner: Boris Shingarov <shinga...@gmail.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to