.hgignore
author robin <robin@reportlab.com>
Wed, 14 Jun 2017 16:54:38 +0100
changeset 2 e30f155ae0db
parent 0 664ae0993bd1
child 12 f3f4904af418
permissions -rw-r--r--
bump version to 0.0.1

syntax: glob
*.o
*.lo
*.la
*.bak
*.rej
*.orig
*.pyc
*.pyo
*~
.*~
.*.swp
.DS_STORE
*.zip
*.obj
*.pdb
*.user
*.aps
*.pch
*.vspscc
*.vssscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.lib
*.sbr
*.scc
build
__pycache__
*.pyd

syntax: regexp
^reportlab.egg-info
^dist/.*
^demos/stdfonts/.*\.pdf
^docs/.*\.pdf
^docs/.*/.*\.pdf
^src/reportlab/fonts/.*\.pfb
^src/reportlab/fonts/.*\.afm
^src/reportlab/fonts/.*\.ttf
^src/reportlab/graphics/barcode/.*\.pdf
^src/reportlab/graphics/barcode/test_cbcim\..*
^src/reportlab/graphics/pmout
^src/reportlab/graphics/epsout
^src/reportlab/graphics/pdfout
^src/reportlab/graphics/out-svg
^tools/docco/.*\.pdf
^tests/test_.*\.pdf
^tests/test_.*\.svg
^tests/test_.*\.ps
^tests/_i_am_actually_a_gif\.jpg
^tests/_i_am_actually_a_jpeg\.gif
^tests/axestest0\.(svg|ps)
^tests/pythonpoint\.pdf
^tests/test_pdfgen_pycanvas_out\.txt
^tests/test_render(SVG|PS)_output\.html
^tests/test_source_chars\.txt
^tests/barcode-out
^tests/render-out
^tmp/
^patches/