From 645f9440339c20d858a8724eeb2c9366cdf8b1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Sat, 31 Jan 2015 23:49:51 +0100 Subject: [PATCH] [fix] Install *.py files only and add a gitignore --- .gitignore | 31 +++++++++++++++++++++++++++++++ debian/install | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..e4fc7d9e5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +*.py[co] + +# Packages +*.egg +*.egg-info +*.swp +*.swo +dist +build +eggs +parts +bin +cache +var +sdist +develop-eggs +.installed.cfg +log + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg diff --git a/debian/install b/debian/install index 5ea885948..405448e5d 100644 --- a/debian/install +++ b/debian/install @@ -2,5 +2,5 @@ bin/* /usr/bin/ data/actionsmap/* /usr/share/moulinette/actionsmap/ data/hooks/* /usr/share/yunohost/hooks/ data/other/* /usr/share/yunohost/yunohost-config/moulinette/ -lib/yunohost/* /usr/lib/moulinette/yunohost/ +lib/yunohost/*.py /usr/lib/moulinette/yunohost/ locales/* /usr/lib/moulinette/yunohost/locales/