From f9bf6e0138e71dd076aa173fd9bbf2ae4bd91ae2 Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Fri, 1 Feb 2019 11:55:09 +0100 Subject: Avoid __pycache__ directories We are currently shipping the __pycache__ directory of the examples, so this filter will remove them. Change-Id: Ia387108d8867cf08f8bfc2677f166fb33b521ad5 Reviewed-by: Christian Tismer --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 903fc81f3..34709d824 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ explore2 build_history/2* *.qdocconf *.qdocconf.in +__pycache__ -- cgit v1.2.3