Skip to content

Commit bec052f

Browse files
committed
Add back line in .gitignore that got lost by accident.
1 parent 1296da5 commit bec052f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ cache_nvrtc
2020
# CUDA Python specific (auto-generated)
2121
cuda_bindings/cuda/bindings/_bindings/cydriver.pxd
2222
cuda_bindings/cuda/bindings/_bindings/cydriver.pyx
23+
cuda_bindings/cuda/bindings/_bindings/cyruntime.pxi
2324
cuda_bindings/cuda/bindings/_bindings/cyruntime.pxd
2425
cuda_bindings/cuda/bindings/_bindings/cyruntime.pyx
2526
cuda_bindings/cuda/bindings/_bindings/cyruntime_ptds.pxd
@@ -181,4 +182,4 @@ dmypy.json
181182
cython_debug/
182183

183184
# Dont ignore
184-
!.github/actions/build/
185+
!.github/actions/build/

0 commit comments

Comments
 (0)