diff options
author | nyamatongwe <unknown> | 2012-05-17 12:43:52 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2012-05-17 12:43:52 +1000 |
commit | 29c92749f25f24795ecd9fec2b6705129ebbd654 (patch) | |
tree | ff7265b839b191f78499d384d25c1bfc31491f91 /.hgignore | |
parent | ded328447277a0526ed2fa47484e085a168ad643 (diff) | |
download | scintilla-mirror-29c92749f25f24795ecd9fec2b6705129ebbd654.tar.gz |
Ignore more file types which may be created with Qt or Python.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |