[fix] Install *.py files only and add a gitignore

This commit is contained in:
Jérôme Lebleu 2015-01-31 23:49:51 +01:00
parent 3a76e95c7f
commit 645f944033
2 changed files with 32 additions and 1 deletions

31
.gitignore vendored Normal file
View file

@ -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

2
debian/install vendored
View file

@ -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/