File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,19 @@ global-exclude *.h5
17
17
global-exclude *.html
18
18
global-exclude *.json
19
19
global-exclude *.jsonl
20
+ global-exclude *.msgpack
20
21
global-exclude *.pdf
21
22
global-exclude *.pickle
22
23
global-exclude *.png
23
24
global-exclude *.pptx
24
- global-exclude *.pyc
25
- global-exclude *.pyd
26
25
global-exclude *.ods
27
26
global-exclude *.odt
27
+ global-exclude *.orc
28
28
global-exclude *.sas7bdat
29
29
global-exclude *.sav
30
30
global-exclude *.so
31
31
global-exclude *.xls
32
+ global-exclude *.xlsb
32
33
global-exclude *.xlsm
33
34
global-exclude *.xlsx
34
35
global-exclude *.xpt
@@ -39,6 +40,14 @@ global-exclude .DS_Store
39
40
global-exclude .git*
40
41
global-exclude \#*
41
42
43
+ global-exclude *.c
44
+ global-exclude *.cpp
45
+ global-exclude *.h
46
+
47
+ global-exclude *.py[codx]
48
+ global-exclude *.px[di]
49
+ global-exclude *.pxi.in
50
+
42
51
# GH 39321
43
52
# csv_dir_path fixture checks the existence of the directory
44
53
# exclude the whole directory to avoid running related tests in sdist
You can’t perform that action at this time.
0 commit comments