aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2013-02-05 08:58:51 +1100
committernyamatongwe <devnull@localhost>2013-02-05 08:58:51 +1100
commit4d129be11ee453b135d16c78dfdff8d176b3cd7f (patch)
treebe31fb47fe3551ce32181910cea0b4c928d1bfb0
parent12d2c91b2c2fa3b78269d2a875abcffe7ac604e2 (diff)
downloadscintilla-mirror-4d129be11ee453b135d16c78dfdff8d176b3cd7f.tar.gz
Add in some extensions used by msbuild for Visual C++ 2012.
-rw-r--r--.hgignore9
-rwxr-xr-xdelbin.bat2
2 files changed, 10 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index fde034e9c..f7ab8c51e 100644
--- a/.hgignore
+++ b/.hgignore
@@ -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
diff --git a/delbin.bat b/delbin.bat
index 8d6b642e8..6d4e91a3e 100755
--- a/delbin.bat
+++ b/delbin.bat
@@ -1 +1 @@
-del /S /Q *.a *.aps *.bsc *.dll *.dsw *.exe *.idb *.ilc *.ild *.ilf *.ilk *.ils *.lib *.map *.ncb *.obj *.o *.opt *.pdb *.plg *.res *.sbr *.tds *.exp >NUL:
+del /S /Q *.a *.aps *.bsc *.dll *.dsw *.exe *.idb *.ilc *.ild *.ilf *.ilk *.ils *.lib *.map *.ncb *.obj *.o *.opt *.pdb *.plg *.res *.sbr *.tds *.exp *.tlog >NUL: