Skip to content

Commit 1b520ae

Browse files
authored
Fix triton*.egg-info location in .gitignore (#4368)
1 parent 46cab19 commit 1b520ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ llvm-project-*/
88

99
# Triton Python module builds
1010
dist/
11-
triton*.egg-info/
11+
python/triton*.egg-info/
1212
*.whl
1313
python/triton_kernels/triton*.egg-info/
1414

0 commit comments

Comments
 (0)