From 9c9118c34d34cae9410588f48417307852f3df10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjist=C3=B3f?= Date: Sat, 3 Dec 2016 13:23:25 +0100 Subject: [PATCH] added teszt.cpp to .gitignore -> use this for testing --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 30fe31d..c33358f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ Makefile cpp11NHF1_refcountedString build cmake-build-debug +teszt.cpp