From: Marc Hoersken Date: Fri, 5 Jun 2020 17:54:34 +0000 (+0200) Subject: .gitignore: add directory containing the stats repo X-Git-Tag: curl-7_71_0~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bba83ed285a0002b267eaed136ae341269f2a775;p=thirdparty%2Fcurl.git .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. --- diff --git a/.gitignore b/.gitignore index 65c0e06408..e35747146d 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 -