Skip to content

Commit e4df65f

Browse files
JokerenLuosuu
authored andcommitted
[BUILD] Add instrumentation libs to .gitignore (triton-lang#4936)
Otherwise, we may include `libGPUInstrumentationTestLib.so` into the commit
1 parent b744235 commit e4df65f

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)