Skip to content

Commit e66f5ab

Browse files
authored
[BUILD] Add language extras to .gitignore (#4872)
Address an issue caused by triton-lang/triton@53166ef after which we will see extra libraries after building from source each time, such as `python/triton/language/extra/cuda`.
1 parent 9e72047 commit e66f5ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ python/triton/backends/
1717
!python/triton/backends/compiler.py
1818
!python/triton/backends/driver.py
1919

20+
# Language extras
21+
python/triton/language/extra
22+
2023
# Proton
2124
python/triton/profiler
2225

0 commit comments

Comments
 (0)