From 494f58cecd6ba04071eb1c25033d5ea38448a106 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Mon, 4 Jul 2016 00:17:47 +0300 Subject: [PATCH] Add some temp directories to the gitignore. --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e012e982..efb40bbb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,13 @@ -tests/individually-importing/*.py +*.pyc build/* data/cardsets/* data/html/* dist/* docs/all_games.html +html html-src/html/* +images locale/* po/pl.po po/ru.po -*.pyc +tests/individually-importing/*.py