From 7c3113e3d39bea99091c178f4b0d58b9f89247e2 Mon Sep 17 00:00:00 2001 From: Trent Piepho Date: Wed, 30 Aug 2006 14:36:58 -0700 Subject: Add Module.symvers to .hgignore file From: Trent Piepho Recently the name for the module symbol version file for external modules changed from Modules.symvers to Module.symvers. Add the new name to .hgignore. Signed-off-by: Trent Piepho --- .hgignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgignore b/.hgignore index fef31c1bf..511e8828b 100644 --- a/.hgignore +++ b/.hgignore @@ -13,6 +13,7 @@ v4l/Kconfig.kern v4l/Makefile.media v4l/ivtv v4l/Modules.symvers +v4l/Module.symvers v4l/scripts/Kconfig v4l/scripts/Kconfig.kern v4l/config-compat.h -- cgit v1.2.3