# HG changeset patch # User David Schleimer # Date 1337288550 25200 # Node ID e42a05915edfccf818dcd19d83c83b07c7abe9ca # Parent c4ee11a5d04c731600a31cfc8642035053a6e1cb Add .noseids to the .hgignore Not having a well-developed personal .hgignore, I get an untracked .noseids every time I rune nosetests. Let's ignore it in the repo .hgignore. diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -17,4 +17,5 @@ nbproject .pydevproject .settings *.orig +.noseids tests/fixtures/temp