From 9ca3c69354288781a5659ba95a6022b18b9bf060 Mon Sep 17 00:00:00 2001 From: mere-human <9664141+mere-human@users.noreply.github.com> Date: Tue, 26 Jan 2021 21:44:13 +0200 Subject: [PATCH] Update .gitignore with MinGW build outputs Close #9451 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8c016ce45..97f280626 100644 --- a/.gitignore +++ b/.gitignore @@ -87,6 +87,7 @@ PowerEditor/visual.net/x64/Unicode Release/ # scintilla - generated files scintilla/bin/SciLexer.* scintilla/bin/Scintilla.* +scintilla/bin/libscintilla.a scintilla/bin/libscintilla.lib scintilla/win32/*.lib scintilla/win32/Lexers.a @@ -139,6 +140,7 @@ PowerEditor/bin/SourceCodePro-Regular.ttf *.o /PowerEditor/gcc/resources.res /PowerEditor/bin/NotepadPP.exe +/PowerEditor/bin/NotepadPP.exe_dynamic #-- Generated manually to make Notepad++ execute properly on Linux using Wine /PowerEditor/bin/libgcc_s_sjlj-1.dll