diff options
author | Neil <nyamatongwe@gmail.com> | 2017-06-13 14:33:53 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-06-13 14:33:53 +1000 |
commit | 4aaec4d5461e7e7af4a5eccce8c241eb5030c481 (patch) | |
tree | 9ea9627d4b852811bbf81d0bfab907bfbb0b1277 /.hgignore | |
parent | df5b01f2a02e56127dc989113d7d12a6518632bf (diff) | |
download | scintilla-mirror-4aaec4d5461e7e7af4a5eccce8c241eb5030c481.tar.gz |
Hide MSVC incremental linker files and Qt qnake artifacts.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,7 @@ syntax: glob *.a *.lib *.obj +*.iobj *.pyc *.dll *.dylib @@ -11,6 +12,7 @@ syntax: glob *.exp *.lib *.pdb +*.ipdb *.res *.bak *.sbr @@ -50,6 +52,7 @@ Makefile.Release *_resource.rc moc_* *.pro.user +.qmake.stash ScintillaEdit.cpp ScintillaEdit.h ScintillaConstants.py |