Skip to content

Commit 5f5c5c8

Browse files
committed
Add benchmark build files to git ignore
1 parent e4416dd commit 5f5c5c8

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
@@ -6,11 +6,18 @@ build-*/
66
python/build/
77
python/dist/
88
python/triton*.egg-info/
9+
python/*.whl
910

1011
python/triton/_C/*.pyd
1112
python/triton/_C/*.so
1213
python/triton/_C/*.dylib
1314

15+
benchmarks/*.egg-info/
16+
benchmarks/**/*.so
17+
18+
# Logs
19+
inductor_log/
20+
1421
# Backends copied from submodules
1522
python/triton/backends/
1623
!python/triton/backends/__init__.py

0 commit comments

Comments
 (0)