Skip to content

Commit c3ec927

Browse files
authored
Fix .gitignore (was ignoring files actually in the directory). (#8079)
1 parent 42b988d commit c3ec927

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ python/triton/backends/*
2727
!python/triton/backends/driver.py
2828

2929
# Language extras
30-
python/triton/language/extra
30+
python/triton/language/extra/*
31+
!python/triton/language/extra/__init__.py
32+
!python/triton/language/extra/libdevice.py
3133

3234
# Tools extras
3335
python/triton/tools/extra

0 commit comments

Comments
 (0)