From 8c4bb23c1b8098200147fd3e99ee895e5760d334 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Fri, 7 Dec 2012 10:42:41 +0100 Subject: [PATCH] gitignore: Add test/bluezutils.pyc Python generates compiled module file when py module is used. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a30d4a49c..976c17175 100644 --- a/.gitignore +++ b/.gitignore @@ -71,6 +71,7 @@ test/test-textfile test/uuidtest test/mpris-player test/sap_client.pyc +test/bluezutils.pyc unit/test-eir tools/btattach tools/btmgmt -- 2.47.3