From e79f443286be3a6ad197ebe93d1be1aa8d2969bd Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Tue, 1 May 2018 17:38:12 +0300 Subject: [PATCH] change to absolute paths. --- .gitignore | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index aa58f216..2177e455 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,16 @@ *.pyc -.tidyall.d/ -MANIFEST -build/* -data/cardsets/* -data/html/* -dist/* -docs/all_games.html -html -html-src/html/* -images -locale/* -po/it.po -po/pl.po -po/ru.po -tests/individually-importing/*.py +/.tidyall.d/ +/MANIFEST +/build/* +/data/cardsets/* +/data/html/* +/dist/* +/docs/all_games.html +/html +/html-src/html/* +/images +/locale/* +/po/it.po +/po/pl.po +/po/ru.po +/tests/individually-importing/*.py