Skip to content

Commit f9a4bbb

Browse files
authored
Update .gitignore file to include windows specific file extensions (#5113)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent a69ebfa commit f9a4bbb

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
@@ -10,6 +10,9 @@ python/triton*.egg-info/
1010
python/triton/_C/*.pyd
1111
python/triton/_C/*.so
1212
python/triton/_C/*.dylib
13+
python/triton/_C/*.pdb
14+
python/triton/_C/*.exe
15+
python/triton/_C/*.ilk
1316

1417
# Backends copied from submodules
1518
python/triton/backends/

0 commit comments

Comments
 (0)