Skip to content

Commit d207894

Browse files
authored
[BUILD] Add instrumentation libs to .gitignore (#4936)
Otherwise, we may include `libGPUInstrumentationTestLib.so` into the commit
1 parent 6af4f88 commit d207894

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
@@ -23,6 +23,9 @@ python/triton/language/extra
2323
# Proton
2424
python/triton/profiler
2525

26+
# Instrumentation
27+
python/triton/instrumentation
28+
2629
# Python caches
2730
__pycache__/
2831
*.py[cod]

0 commit comments

Comments
 (0)