xref: /petsc/src/binding/petsc4py/.gitignore (revision 6b78a27e8a44285ab9cca1e39a4245b45917708b)
1build
2docs/*.html
3docs/*.info
4docs/*.pdf
5docs/*.[137]
6docs/apiref
7docs/usrman
8dist
9MANIFEST
10__pycache__
11*.pyc
12*.pyo
13.tox
14
15## Please don't mess with .gitignore. If you really hate `git status`
16## showing Cython-generated files, please add the following lines
17## (without the comment marks) to `.git/info/exclude`.
18
19# Cython-*.egg
20# petsc4py.PETSc.c
21# petsc4py.PETSc*.h
22# src/libpetsc4py/libpetsc4py.[hc]
23