1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-08-17 00:20:42 +03:00

Update .gitignore

This commit is contained in:
Guillaume Ayoub 2016-11-27 21:46:55 +01:00
parent ca93c62cc7
commit b7b0225e7e

21
.gitignore vendored
View File

@ -1,14 +1,21 @@
# Python Bytecode
*.pyc
# Building and Distributing
/*.egg-info
/.coverage
/htmlcov
/coverage.xml
/.tox
/build
/dist
/docs/_build
# Various Tools
/.coverage
/coverage.xml
/htmlcov
/env
/venv
/.vagrant
/.cache
# Tests
/weasyprint/tests/test_results
/weasyprint/tests/w3_test_suite/test_results
/.vagrant
/docs/_build
/.cache