From 5a9ad363bad1e62a6259cad172e96eaea84c298e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Mon, 22 Sep 2008 13:30:04 +0200 Subject: Use end anchor for rules matching .a and .o. --- .hgignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 817593cbf..566c00599 100644 --- a/.hgignore +++ b/.hgignore @@ -42,9 +42,9 @@ Makefile ^\.libs -.*\.a -.*\.la -.*\.o -.*\.lo +.*\.a$ +.*\.la$ +.*\.o$ +.*\.lo$ .*~ -- cgit v1.2.1