From 711ebd6f1b5bb4e20d454b1631fb17d5e018ea7b Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Fri, 23 Aug 2019 10:05:10 +0200 Subject: [PATCH] Adding to .gitignore the Jekyll output. --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 412e3d6..f656c19 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,10 @@ build/ test/ # Output from yosys -abc.history \ No newline at end of file +abc.history + +# Jekyll files +.bundle +Gemfile +Gemfile.lock +_*