From 776f2bec20928129676713bdc90dfe9e887c7892 Mon Sep 17 00:00:00 2001 From: William Ayd Date: Wed, 7 Mar 2018 05:59:39 -0800 Subject: [PATCH] Added .pytest_cache to gitignore (#20021) --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0d4e8c6fb75a6..00dac6e336c37 100644 --- a/.gitignore +++ b/.gitignore @@ -88,8 +88,9 @@ scikits *.c *.cpp -# Performance Testing # -####################### +# Unit / Performance Testing # +############################## +.pytest_cache/ asv_bench/env/ asv_bench/html/ asv_bench/results/