Exclude .tpl from `make diff` (#Closes: LEMONLDAP-908)

This commit is contained in:
Xavier Guimard 2016-01-19 21:48:14 +00:00
parent 97b0f8fa2a
commit 598defc01d
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ SRCMANAGERDIR=lemonldap-ng-manager
VERSION=`head -n1 changelog |sed -e 's/lemonldap-ng (//' -e 's/).*$$//'`
PORTALSKINS=`ls $(SRCPORTALDIR)/example/skins/`
DIFF=diff -aurN -x '*.bak' -x .svn -x '*.map' -x '*.min.js' -x '*.min.css' -x '*.swp' --ignore-matching-lines='.*jquery.*' --ignore-matching-lines='.*lemonldap-ng\.ini.*'
DIFF=diff -aurN -x '*.tpl' -x '*.bak' -x .svn -x '*.map' -x '*.min.js' -x '*.min.css' -x '*.swp' --ignore-matching-lines='.*jquery.*' --ignore-matching-lines='.*lemonldap-ng\.ini.*'
DIFFPREFIX=