gitignore: exclude python cache for testcases

This commit is contained in:
Bernd Busse
2020-04-07 13:34:50 +02:00
committed by Yuxuan Shui
parent 132332c483
commit cd4913876f

2
.gitignore vendored
View File

@ -52,3 +52,5 @@ doxygen/
/src/backtrace-symbols.[ch]
/compton*.trace
*.orig
/tests/log
/tests/testcases/__pycache__/