From bba83ed285a0002b267eaed136ae341269f2a775 Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Fri, 5 Jun 2020 19:54:34 +0200 Subject: .gitignore: add directory containing the stats repo Since the new curl/stats repository is designed to be checked out into the curl repository working tree as stats/ it should be on the ignore list to aid in commit staging. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 65c0e0640..e35747146 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ /.vs /build/ /builds/ +/stats/ __pycache__ CHANGES.dist Debug @@ -57,4 +58,3 @@ scripts/curl.fish curl_fuzzer curl_fuzzer_seed_corpus.zip libstandaloneengine.a - -- cgit v1.2.3