From f613e7327761d8986c40b4b63db222ab60ca850c Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Sat, 14 Oct 2017 20:08:37 +0900 Subject: .gitignore: Dont ignore .pyc files in integration-tests/ --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0064a3f13..2505f1e61 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Compiled python modules. -*.pyc +buildstream/**/*.pyc +tests/**/*.pyc # Setuptools distribution folder. /dist/ -- cgit v1.2.1