From 4248fd6e78c2dc78224a5b0b0d334c32e3e1cc7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20S?= Date: Sat, 17 Dec 2016 12:40:33 +0100 Subject: [PATCH] .gitignore /out --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9088c8e..e1f78ab 100644 --- a/.gitignore +++ b/.gitignore @@ -250,4 +250,6 @@ paket-files/ # JetBrains Rider .idea/ -*.sln.iml \ No newline at end of file +*.sln.iml + +out/ \ No newline at end of file