diff --git a/.gitignore b/.gitignore index 2c337be60e94e..b3920fdf97363 100644 --- a/.gitignore +++ b/.gitignore @@ -93,10 +93,10 @@ scikits # Generated Sources # ##################### !skts.c -!np_datetime.c -!np_datetime_strings.c *.c *.cpp +# Unignore source c files +!pandas/_libs/src/**/*.c # Unit / Performance Testing # ##############################