We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d14193 commit 1bb4edcCopy full SHA for 1bb4edc
.gitignore
@@ -39,6 +39,7 @@
39
.mesonpy-native-file.ini
40
MANIFEST
41
compile_commands.json
42
+debug
43
.debug
44
45
# Python files #
@@ -104,10 +105,11 @@ scikits
104
105
# Generated Sources #
106
#####################
107
!skts.c
-!np_datetime.c
108
-!np_datetime_strings.c
109
*.c
110
*.cpp
+!pandas/_libs/src/**/*.c
111
+!pandas/_libs/src/**/*.h
112
+!pandas/_libs/include/**/*.h
113
114
# Unit / Performance Testing #
115
##############################
0 commit comments