From 90e7ddbfaa70cf39404aed6e63a54e501aea3a74 Mon Sep 17 00:00:00 2001 From: Rainer Kottenhoff Date: Wed, 18 Oct 2017 17:13:33 +0200 Subject: [PATCH] - fix: add *.exe for np3portableapps to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 26aff8c11..bc8c758e7 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,5 @@ Thumbs.db /Notepad3.VC.VC.opendb /np3portableapp/Notepad3Portable/Notepad3Portable.exe /np3portableapp/Notepad3Portable/App/AppInfo/appinfo.ini +/np3portableapp/Notepad3Portable/App/Notepad3/*.exe +/np3portableapp/Notepad3Portable/App/Notepad3/x64/*.exe