From 422b374b88fb76835a1ee1e6598984d08ed403fc Mon Sep 17 00:00:00 2001 From: Alastair Houghton Date: Thu, 1 Jun 2017 13:31:15 +0100 Subject: Ignore Visual Studio .pdb files. --- .hgignore | 1 + 1 file changed, 1 insertion(+) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index c353c18..fd4f6c0 100644 --- a/.hgignore +++ b/.hgignore @@ -6,3 +6,4 @@ dist *.so *~ *.egg-info +*.pdb -- cgit v1.2.1