diff options
author | nyamatongwe <devnull@localhost> | 2012-05-17 12:43:52 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-05-17 12:43:52 +1000 |
commit | 6f94e41af0007250738f79d1b478c003d3af0b5b (patch) | |
tree | 9a6f5caacf0446cb60e02a96694f97ed71bb361a | |
parent | 9afbfef1737f06723b391dea888d647af6bc747b (diff) | |
download | scintilla-mirror-6f94e41af0007250738f79d1b478c003d3af0b5b.tar.gz |
Ignore more file types which may be created with Qt or Python.
-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 |