Skip to content

Commit

Permalink
BUG: Unignore .c files under _libs/src. pandas-dev#42116
Browse files Browse the repository at this point in the history
  • Loading branch information
dalejung committed Jun 19, 2021
1 parent 1ff6970 commit 0e09468
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ scikits
!np_datetime_strings.c
*.c
*.cpp
# Unignore source c files
!pandas/_libs/src/**/*.c

# Unit / Performance Testing #
##############################
Expand Down

0 comments on commit 0e09468

Please sign in to comment.