Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 4dcd4d6

Browse files
committed
Fix gitignore after Matt messed with it
1 parent e97fc47 commit 4dcd4d6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.gitignore

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ __pycache__
1111
*.pyc
1212
*.pyo
1313
.tox
14-
#petsc4py.PETSc.c
15-
#petsc4py.PETSc*.h
16-
#src/libpetsc4py/libpetsc4py.[hc]
17-
Cython-0.22.1-py2.7-macosx-10.9-intel.egg
18-
src/petsc4py.PETSc.c
19-
src/include/petsc4py/petsc4py.PETSc.h
20-
src/include/petsc4py/petsc4py.PETSc_api.h
21-
src/libpetsc4py/libpetsc4py.c
22-
src/libpetsc4py/libpetsc4py.h
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]

0 commit comments

Comments
 (0)