aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-14 17:45:03 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-15 16:07:21 +0100
commit05b7f065376e64fdce4e393ac2642cc95cbbedf9 (patch)
tree97a2ea59b916412efd79baa90897c545e3de932c /.gitignore
parente53bd7311829250ba9ed63fe5715d60af6f8a42b (diff)
downloadconformance_tests-05b7f065376e64fdce4e393ac2642cc95cbbedf9.tar.gz
Set up repo with READMEs, structure and pre-commit check
Change-Id: Ic1659c79a73cf0622e0188ba570d4da87585811a Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..cdd3a9043
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+# Ignore binary files
+*.npy
+*.tosa
+model.tflite
+ref-result-*.json
+desc_binary.json \ No newline at end of file