From 29c92749f25f24795ecd9fec2b6705129ebbd654 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 17 May 2012 12:43:52 +1000 Subject: Ignore more file types which may be created with Qt or Python. --- .hgignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.hgignore b/.hgignore index 8c141a703..60fed7819 100644 --- a/.hgignore +++ b/.hgignore @@ -5,6 +5,9 @@ syntax: glob *.obj *.pyc *.dll +*.dylib +*.framework +*.pyd *.exp *.lib *.pdb @@ -19,6 +22,8 @@ syntax: glob *.pbxbtree *.mode1v3 *.pbxuser +*.pbproj +*.log *.xcbkptlist *.xcscheme *.xcworkspacedata -- cgit v1.2.3