From f45bdcd1840a9694ad44e728f08ae36a4c2b9e6f Mon Sep 17 00:00:00 2001
From: Kristof Szabados <Kristof.Szabados@ericsson.com>
Date: Fri, 20 Dec 2019 14:39:37 +0100
Subject: [PATCH] update gitignore.

Signed-off-by: Kristof Szabados <Kristof.Szabados@ericsson.com>
---
 function_test/BER_EncDec/.gitignore  |  2 ++
 function_test/RAW_EncDec/.gitignore  |  4 +++-
 function_test/Text_EncDec/.gitignore |  2 ++
 function_test/XER_EncDec/.gitignore  | 15 +++++----------
 4 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/function_test/BER_EncDec/.gitignore b/function_test/BER_EncDec/.gitignore
index c0acf23a1..407c8152c 100644
--- a/function_test/BER_EncDec/.gitignore
+++ b/function_test/BER_EncDec/.gitignore
@@ -2,3 +2,5 @@ compile
 *.hh
 *.cc
 *.o
+*.gcda
+*.gcno
\ No newline at end of file
diff --git a/function_test/RAW_EncDec/.gitignore b/function_test/RAW_EncDec/.gitignore
index 078c34857..00c64855f 100644
--- a/function_test/RAW_EncDec/.gitignore
+++ b/function_test/RAW_EncDec/.gitignore
@@ -1,4 +1,6 @@
 compile
 *.o
 *.hh
-*.cc
\ No newline at end of file
+*.cc
+*.gcda
+*.gcno
\ No newline at end of file
diff --git a/function_test/Text_EncDec/.gitignore b/function_test/Text_EncDec/.gitignore
index f72ce901f..64c8334bc 100644
--- a/function_test/Text_EncDec/.gitignore
+++ b/function_test/Text_EncDec/.gitignore
@@ -2,3 +2,5 @@
 *.cc
 *.o
 compile
+*.gcda
+*.gcno
diff --git a/function_test/XER_EncDec/.gitignore b/function_test/XER_EncDec/.gitignore
index 828837baa..407c8152c 100644
--- a/function_test/XER_EncDec/.gitignore
+++ b/function_test/XER_EncDec/.gitignore
@@ -1,11 +1,6 @@
-*.report
-perl
-perl.lnk
-Temp.ttcn
-Temp.??
-Temp.gcda
-Temp.gcno
-Temp
-Temp.exe
 compile
-core
+*.hh
+*.cc
+*.o
+*.gcda
+*.gcno
\ No newline at end of file
-- 
GitLab