This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository mum. See http://git.chorem.org/mum.git commit 327132ff3d2306fcb65a3adf3f988a540b1b4a25 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Tue Feb 24 17:06:10 2015 +0100 règle .gitignore pour les .pyc ajoutée --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ef12ce2..3e1bfa5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,6 @@ node_modules .idea res.xml mum.db -*.pyc \ No newline at end of file +*/pyc +/*.pyc +*/*.pyc \ No newline at end of file -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.