Skip to content

Commit

Permalink
Better gitignore system for including c files
Browse files Browse the repository at this point in the history
  • Loading branch information
jrenaud90 committed Oct 5, 2023
1 parent 48eb38b commit 6efb520
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@

# Ignore cython-generated files
CyRK/rk/rk_constants.c
CyRK/rk/rk.c
CyRK/cy/cyrk.cpp
CyRK/cy/common.cpp
CyRK/cy/cysolver.cpp
CyRK/cy/cysolvertest.cpp
CyRK/array/interp.cpp
*.c
*.cpp

# Include non-generated c files
!CyRK/array/interp_common.c

# Ignore coverage files
.coverage
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name='CyRK'
version = '0.8.3a0.dev5'
version = '0.8.3a0.dev6'
description='Runge-Kutta ODE Integrator Implemented in Cython and Numba.'
authors= [
{name = 'Joe P. Renaud', email = 'joe.p.renaud@gmail.com'}
Expand Down

0 comments on commit 6efb520

Please sign in to comment.