Skip to content

Commit ee10816

Browse files
gfyoungjreback
authored andcommitted
MAINT: Ignore .pxi files
All `.pxi` files have the warning to not edit directly, so why not have Git ignore any changes made there? In addition, this PR deletes all of the `.pxi` files from the codebase because they are automatically generated by the `.pxi.in` files Author: gfyoung <[email protected]> Closes pandas-dev#14723 from gfyoung/gitignore-pxi-ignore and squashes the following commits: fe0c410 [gfyoung] MAINT: Ignore .pxi files
1 parent 26a72e1 commit ee10816

9 files changed

+1
-18281
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
*.class
2828
*.dll
2929
*.exe
30+
*.pxi
3031
*.o
3132
*.py[ocd]
3233
*.so

0 commit comments

Comments
 (0)