summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMilian Wolff <milian.wolff@kdab.com>2022-06-09 22:56:13 +0200
committerMilian Wolff <milian.wolff@kdab.com>2022-06-10 08:46:20 +0000
commit990b8c2dceea8a63bdb67798d7594189f07fb0f5 (patch)
tree444999abb0ece667f8c48581a00e0631cb6debad /.gitignore
parentf7c1a9d99cc72e3ed1b26de8ee55e6cc5feeb92f (diff)
Use qCompress/qUncompress to reduce the size of the test input files
All files are now run through qCompress (manually) and then those are tracked in git. When we run the test, the files are uncompressed on the fly to let the rest of the code remain working as before. The resulting folder is now only ~1.3MiB instead of ~5.2MiB before. But obviously developers won't notice as the old data is still included in our git history. But at least for new tests we can prevent such pollutions and keep the gerrit bots happy. Sadly we cannot resort to external tooling for the compression step, so adding new files is a bit tedious but doable. And relying on qCompress means we dont need any other new dependencies. Change-Id: I902a6906f140eed2565df9637cb80cf464143b80 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a223523..d218ddf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,9 @@
tests/auto/**/*.actual.txt
+tests/auto/perfdata/fork_static_gcc/fork
+tests/auto/perfdata/fork_static_gcc/perf.data.zstd
+tests/auto/perfdata/vector_static_clang/perf.data
+tests/auto/perfdata/vector_static_clang/vector_static_clang_v8.0.1
+tests/auto/perfdata/vector_static_gcc/perf.data
+tests/auto/perfdata/vector_static_gcc/perf.data.zstd
+tests/auto/perfdata/vector_static_gcc/perf.lbr.data
+tests/auto/perfdata/vector_static_gcc/vector_static_gcc_v9.1.0