diff options
author | nyamatongwe <unknown> | 2013-02-05 08:58:51 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-02-05 08:58:51 +1100 |
commit | e24c283b7c2ad83bbe09d3dd8f9053af68b77d07 (patch) | |
tree | eae386bc214a26afb93a077bd30fa3c3d6800b7e /.hgignore | |
parent | 5f711b9e23add02e797ae4450b1e3e71eb01841b (diff) | |
download | scintilla-mirror-e24c283b7c2ad83bbe09d3dd8f9053af68b77d07.tar.gz |
Add in some extensions used by msbuild for Visual C++ 2012.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -14,9 +14,18 @@ syntax: glob *.res *.bak *.sbr +*.suo *.idb +*.bsc +*.intermediate.manifest +*.lastbuildstate +*.cache *.ilk *.ncb +*.tlog +*.sdf +gtk/*.plist +win32/*.plist *.opt *.plg *.pbxbtree |