From 0ed146001640f12e538ac5eed7c45837e2d63d69 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Fri, 20 Oct 2017 10:44:31 -0700 Subject: [PATCH] Add h2spec executable to .gitignore (#159) Turns out issue #158 was caused by me accidentally committing an h2spec mac executable, breaking CI when it attempts to download and run a linux h2spec executable. I figured h2spec ought to be in the gitignore so that something like this won't happen again, since the CI script for running h2spec tests whether a file named `h2spec` exists before deciding whether or not to download it. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a9d37c5..d5ad82d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ target Cargo.lock +h2spec +# These are backup files generated by rustfmt +**/*.rs.bk