From 5604ca22c48cda0f7252a1dec794e00fabf54587 Mon Sep 17 00:00:00 2001 From: Joe Gregorio Date: Wed, 7 Aug 2013 11:24:05 -0400 Subject: [PATCH] Updated .hgignore to ignore the snapshot directory created during releases. --- .hgignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgignore b/.hgignore index 38ec00f..b83fd96 100644 --- a/.hgignore +++ b/.hgignore @@ -17,4 +17,5 @@ build/* googlecode_upload.py google_api_python_client.egg-info/* dist/* +snapshot/* MANIFEST