From 51976dcb24d7a65cf2f4d8b05339e5b1093abc38 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Wed, 25 Nov 2020 12:09:06 -0800 Subject: ignore test artifacts starting with tmp* --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d7ba96e..05120f8 100644 --- a/.gitignore +++ b/.gitignore @@ -37,5 +37,6 @@ infer-out nul ld.exe* -# test files +# test artifacts *.lz4 +tmp* -- cgit v0.12