From cd11223c0f78b9d101dcf5b5d012b571c48c1a21 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 16 Mar 2018 00:03:00 +0100 Subject: ignore results of .ttcnpp files Add another macro ignore_pp_results to gen_links.sh.inc and call from all gen_links.sh files, to add results of *.ttcnpp files, i.e. generated *.ttcn files, to .gitignore. Change-Id: Ic7fb176226771212d7700dafaf27ac71f12a4a61 --- lapdm/gen_links.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lapdm') diff --git a/lapdm/gen_links.sh b/lapdm/gen_links.sh index 83c66992..6236edd0 100755 --- a/lapdm/gen_links.sh +++ b/lapdm/gen_links.sh @@ -16,3 +16,5 @@ gen_links $DIR $FILES DIR=../library FILES="General_Types.ttcn GSM_Types.ttcn GSM_RR_Types.ttcn RLCMAC_CSN1_Types.ttcn Osmocom_Types.ttcn L1CTL_PortType.ttcn L1CTL_PortType_CtrlFunct.ttcn L1CTL_PortType_CtrlFunctDef.cc L1CTL_Types.ttcn LAPDm_RAW_PT.ttcn LAPDm_Types.ttcn RLCMAC_Types.ttcn RLCMAC_EncDec.cc" gen_links $DIR $FILES + +ignore_pp_results -- cgit v1.2.3