From 19e056b1913b1abb24f865f526c7e49fcc1a7f05 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Wed, 9 Jul 2014 17:28:50 +0200 Subject: [PATCH] Add .gitignore in python directory. --- tools/python/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tools/python/.gitignore diff --git a/tools/python/.gitignore b/tools/python/.gitignore new file mode 100644 index 000000000..701f19514 --- /dev/null +++ b/tools/python/.gitignore @@ -0,0 +1,4 @@ +*.pyc +build +linphone.c +.kdev*