From 429207f7ca65513afca151142e14f175d45aea83 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Sun, 19 May 2019 20:04:42 +0100 Subject: [PATCH] chore(`.gitignore`): update from `template-formula` --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 35ad0fe..ba07ed8 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,7 @@ coverage.xml .hypothesis/ .kitchen .kitchen.local.yml +kitchen.local.yml # Translations *.mo @@ -102,5 +103,11 @@ ENV/ # mypy .mypy_cache/ -# Ruby Gemfile.lock +# Bundler Gemfile.lock + +# copied `.md` files used for conversion to `.rst` using `m2r` +docs/*.md + +# Vim +*.sw?