Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 5051cb5

Browse files
Ignore spurious python files
Python tests create files that are not properly ignored, this commit lets git ignore them.
1 parent e36bc1b commit 5051cb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ tensor_comprehensions/version.py
2020
tensor_comprehensions/*.proto
2121
slurm-*
2222
examples/results*
23+
*.pyc
24+
test_python/tc_test/*

0 commit comments

Comments
 (0)