From: Johannes Berg <[email protected]> I clearly forgot this during the Kconfig move, the .gitignore that is in the output template directory (and used with the git-tracker) needs to be updated for the kconf directory move.
Signed-off-by: Johannes Berg <[email protected]> --- backport/.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backport/.gitignore b/backport/.gitignore index c906800..43a3d08 100644 --- a/backport/.gitignore +++ b/backport/.gitignore @@ -14,8 +14,8 @@ Kconfig.versions modules.order backport-include/backport/autoconf.h modules -kconfig/mconf -kconfig/conf +kconf/mconf +kconf/conf .tmp_versions Module.symvers *.mod.c -- 1.8.0 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
