Skip to content

Commit

Permalink
Allow c files in src/include for gitignore (#56284)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd authored Dec 4, 2023
1 parent 3d14193 commit 1bb4edc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
.mesonpy-native-file.ini
MANIFEST
compile_commands.json
debug
.debug

# Python files #
Expand Down Expand Up @@ -104,10 +105,11 @@ scikits
# Generated Sources #
#####################
!skts.c
!np_datetime.c
!np_datetime_strings.c
*.c
*.cpp
!pandas/_libs/src/**/*.c
!pandas/_libs/src/**/*.h
!pandas/_libs/include/**/*.h

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

0 comments on commit 1bb4edc

Please sign in to comment.