From 75230cc2a5f861f56fd8fa0be752b511c3bcda4f Mon Sep 17 00:00:00 2001 From: Kazuhiro Sera Date: Fri, 10 Aug 2018 15:18:35 +0900 Subject: [PATCH] Add generated files by 'make test && make perl && make python2' to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 617245d..84163d4 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,6 @@ NKF.mod/NKF.bs NKF.mod/NKF.c NKF.mod/blib/ NKF.mod/pm_to_blib +NKF.mod/MYMETA.json +NKF.mod/MYMETA.yml +NKF.python2/build/ -- 2.11.0