From e13a62d7e3a532ba125b704f858c4a3361ba31a7 Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Wed, 3 Aug 2011 17:26:57 -0400 Subject: Ignore shared library files produced by ROOT and Boost::Python. --- .hgignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.hgignore b/.hgignore index ea5e656..a2dec2a 100644 --- a/.hgignore +++ b/.hgignore @@ -1,3 +1,5 @@ syntax:glob *.pyc -*~ \ No newline at end of file +*~ +*.so +*.d -- cgit