diff options
author | Neels Hofmeyr <neels@hofmeyr.de> | 2018-03-16 00:03:00 +0100 |
---|---|---|
committer | Neels Hofmeyr <neels@hofmeyr.de> | 2018-03-16 18:25:58 +0100 |
commit | cd11223c0f78b9d101dcf5b5d012b571c48c1a21 (patch) | |
tree | 76df29f90e34492a7bb8268e3c199041b90beb69 /sgsn | |
parent | 0ad8f7e0982dbfcd57f3f4d5d5691c4e6d861208 (diff) |
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
Diffstat (limited to 'sgsn')
-rwxr-xr-x | sgsn/gen_links.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sgsn/gen_links.sh b/sgsn/gen_links.sh index c3c6add..1c3fb1d 100755 --- a/sgsn/gen_links.sh +++ b/sgsn/gen_links.sh @@ -65,3 +65,5 @@ FILES+="IPA_Types.ttcn IPA_Emulation.ttcnpp IPA_CodecPort.ttcn IPA_CodecPort_Ctr FILES+="GTP_CodecPort.ttcn GTP_CodecPort_CtrlFunct.ttcn GTP_CodecPort_CtrlFunctDef.cc GTP_Emulation.ttcn GTP_Templates.ttcn IPCP_Types.ttcn " gen_links $DIR $FILES + +ignore_pp_results |