1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

change to absolute paths.

This commit is contained in:
Shlomi Fish 2018-05-01 17:38:12 +03:00
parent 6ec197daaf
commit e79f443286

30
.gitignore vendored
View file

@ -1,16 +1,16 @@
*.pyc *.pyc
.tidyall.d/ /.tidyall.d/
MANIFEST /MANIFEST
build/* /build/*
data/cardsets/* /data/cardsets/*
data/html/* /data/html/*
dist/* /dist/*
docs/all_games.html /docs/all_games.html
html /html
html-src/html/* /html-src/html/*
images /images
locale/* /locale/*
po/it.po /po/it.po
po/pl.po /po/pl.po
po/ru.po /po/ru.po
tests/individually-importing/*.py /tests/individually-importing/*.py