From a1b959860c55e835dd07a5e7992542b518f58d05 Mon Sep 17 00:00:00 2001 From: cyrax Date: Mon, 12 Nov 2018 11:32:40 +0500 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B3=D0=BD=D0=BE=D1=80=D0=B8=D1=80?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D1=80=D0=B5=D1=81=D1=83?= =?UTF-8?q?=D1=80=D1=81=D0=BE=D0=B2=20=D0=B8=D0=B7=20UltraVNC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3c4efe2..ef4c242 100644 --- a/.gitignore +++ b/.gitignore @@ -258,4 +258,9 @@ paket-files/ # Python Tools for Visual Studio (PTVS) __pycache__/ -*.pyc \ No newline at end of file +*.pyc + +# Executable resources from UVNC +*.dll +*.exe +*.dsm \ No newline at end of file