Skip to content

Commit c194f4e

Browse files
committed
Updating .gitignore with test binaries
1 parent c83f379 commit c194f4e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,10 @@ build
88
*.so
99
numba_cuda/numba/cuda/tests/cudadrv/test_device_functions.*
1010
numba_cuda/numba/cuda/tests/cudadrv/undefined_extern.*
11+
testing/*.a
12+
testing/*.cubin
13+
testing/*.fatbin
14+
testing/*.ltoir
15+
testing/*.ltoir.o
16+
testing/*.o
17+
testing/*.ptx

0 commit comments

Comments
 (0)