Skip to content

Commit 8259e2c

Browse files
Jokerenliuyunqi20
authored andcommitted
[BUILD] Add instrumentation libs to .gitignore (#4936)
Otherwise, we may include `libGPUInstrumentationTestLib.so` into the commit
1 parent eac7894 commit 8259e2c

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
@@ -26,6 +26,9 @@ third_party/xpu/backend/xpu3
2626
# Proton
2727
python/triton/profiler
2828

29+
# Instrumentation
30+
python/triton/instrumentation
31+
2932
# Python caches
3033
__pycache__/
3134
*.py[cod]

0 commit comments

Comments
 (0)