From f0c05d070f1940f70a58719825dab90f0ae25da2 Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Sat, 17 Mar 2018 14:10:49 +0300 Subject: [PATCH] Add luacov report files to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..109b360 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +luacov.report.out +luacov.stats.out