From 3a2dd872b60e47997f59272a9b6946beea9fed33 Mon Sep 17 00:00:00 2001 From: Botond Baranyi <botond.baranyi@ericsson.com> Date: Thu, 25 May 2017 10:27:58 +0200 Subject: [PATCH] Added .gitignore files to new regtest folders and updated existing .gitignore files (artf517074) Change-Id: Ic0837da7641a082e48c3a568eba574f15fe7b746 Signed-off-by: Botond Baranyi <botond.baranyi@ericsson.com> --- regression_test/.gitignore | 2 ++ .../RAW/Annex_E_variants/.gitignore | 6 +++++ regression_test/RAW/HN25015/.gitignore | 4 ++- regression_test/RAW/HQ26535/.gitignore | 3 ++- regression_test/RAW/HQ49956/.gitignore | 9 +++++++ regression_test/RAW/HS16977/.gitignore | 7 ++++++ regression_test/RAW/ustr/.gitignore | 7 ++++++ regression_test/XML/AbstractBlock/.gitignore | 7 ++++++ .../XML/AttributeFormDefault/.gitignore | 7 ++++++ .../XML/EXER-whitepaper/.gitignore | 2 +- regression_test/XML/HN15589/.gitignore | 4 ++- regression_test/XML/HQ30408/.gitignore | 1 + regression_test/XML/HU13380/.gitignore | 7 ++++++ .../XML/LegacyUntaggedUnion/.gitignore | 12 +++++++++ regression_test/XML/NegativeTest/.gitignore | 3 ++- regression_test/XML/RecordOmit/.gitignore | 12 +++++++++ regression_test/XML/TTCNandXML/.gitignore | 6 ++++- regression_test/XML/UseNilLong/.gitignore | 11 ++++++++ regression_test/XML/XER/.gitignore | 2 ++ regression_test/XML/XMLqualif/.gitignore | 1 + regression_test/XML/XSDBaseType/.gitignore | 11 ++++++++ .../XML/XmlWorkflow/bin/.gitignore | 1 + .../XML/xsdConverter/HN21072/.gitignore | 2 +- .../XML/xsdConverter/HO16426/.gitignore | 1 + .../XML/xsdConverter/HO21968/.gitignore | 1 + .../XML/xsdConverter/HQ48576/.gitignore | 1 + regression_test/all_from/.gitignore | 1 + regression_test/anytypeOper/.gitignore | 1 + regression_test/cfgFile/.gitignore | 2 ++ regression_test/checkstate/.gitignore | 5 ++++ regression_test/commMessage/.gitignore | 8 ++++++ regression_test/commProcedure/.gitignore | 2 ++ .../compileonly/HT48786/.gitignore | 4 +++ .../UntaggedOnTopLevelUnionSwitch/.gitignore | 1 + .../separate_project/.gitignore | 7 ++++++ .../compileonly/circularImport2/.gitignore | 9 +++++++ .../defaultParamUsageBeforeDecl/.gitignore | 7 ++++++ .../compileonly/deterministic/.gitignore | 5 ++++ .../compileonly/mfgen-tpd/HR30356/.gitignore | 2 ++ .../compileonly/mfgen-tpd/HR30365/.gitignore | 1 + .../mfgen-tpd/dependency_check/.gitignore | 2 ++ .../mfgen-tpd/diff_tpd_name_error/.gitignore | 1 + .../.gitignore | 1 + .../compileonly/mfgen-tpd/flagTest/.gitignore | 2 ++ .../mfgen-tpd/makefileScript/.gitignore | 5 ++++ .../mfgen-tpd/required_config/.gitignore | 5 ++++ .../mfgen-tpd/required_config_v2/.gitignore | 3 +++ .../mfgen-tpd/search_paths/main/.gitignore | 1 + .../compileonly/nameClash/.gitignore | 4 +++ .../compileonly/openTypeNames/.gitignore | 6 +++++ .../compileonly/portTranslation/.gitignore | 1 + .../compileonly/selectCase/.gitignore | 4 +++ .../typeDescrGenWIthNoXER/.gitignore | 4 +++ regression_test/connectMapOperTest/.gitignore | 5 ++++ regression_test/customEncoding/.gitignore | 8 ++++++ regression_test/enumOper/.gitignore | 2 ++ regression_test/floatOper/.gitignore | 5 +++- regression_test/fuzzy/.gitignore | 2 ++ regression_test/hostid/.gitignore | 6 +++++ regression_test/implicitOmit/.gitignore | 3 +++ .../indexWithRecofArray/.gitignore | 5 ++++ regression_test/json/.gitignore | 18 +++++++++++++ regression_test/lazyEval/.gitignore | 2 ++ regression_test/logger_control/.gitignore | 2 +- regression_test/macros/.gitignore | 1 + regression_test/makefilegen/.gitignore | 1 + .../namedActualParameters/.gitignore | 1 + regression_test/pattern_quadruples/.gitignore | 1 + regression_test/portTranslation/.gitignore | 17 +++++++++++++ regression_test/profiler/.gitignore | 25 +++++++++++++++++++ regression_test/recofOper/.gitignore | 8 ++++++ regression_test/selectUnion/.gitignore | 5 ++++ regression_test/templateConcat/.gitignore | 8 ++++++ .../templateExclusiveRange/.gitignore | 2 ++ regression_test/templateHexstr/.gitignore | 5 ++++ regression_test/templateInt/.gitignore | 2 ++ .../templateIstemplatekind/.gitignore | 5 ++++ .../templateOmit/LegacyTests/.gitignore | 12 +++++++++ .../templateOmit/NewTests/.gitignore | 12 +++++++++ regression_test/templatePatternRef/.gitignore | 5 ++++ regression_test/templateRecof/.gitignore | 2 ++ regression_test/templateUnicharstr/.gitignore | 5 ++++ regression_test/text2ttcn/.gitignore | 2 ++ regression_test/ttcn2json/.gitignore | 23 +++++++++++++++++ regression_test/ucharstrOper/.gitignore | 9 +++++++ regression_test/uidChars/.gitignore | 6 +++++ 86 files changed, 430 insertions(+), 9 deletions(-) create mode 100644 regression_test/RAW/Annex_E_variants/.gitignore create mode 100644 regression_test/RAW/HQ49956/.gitignore create mode 100644 regression_test/RAW/HS16977/.gitignore create mode 100644 regression_test/RAW/ustr/.gitignore create mode 100644 regression_test/XML/AbstractBlock/.gitignore create mode 100644 regression_test/XML/AttributeFormDefault/.gitignore create mode 100644 regression_test/XML/HU13380/.gitignore create mode 100644 regression_test/XML/LegacyUntaggedUnion/.gitignore create mode 100644 regression_test/XML/RecordOmit/.gitignore create mode 100644 regression_test/XML/UseNilLong/.gitignore create mode 100644 regression_test/XML/XSDBaseType/.gitignore create mode 100644 regression_test/cfgFile/.gitignore create mode 100644 regression_test/checkstate/.gitignore create mode 100644 regression_test/compileonly/HT48786/.gitignore create mode 100644 regression_test/compileonly/UntaggedOnTopLevelUnionSwitch/.gitignore create mode 100644 regression_test/compileonly/circularImport2/.gitignore create mode 100644 regression_test/compileonly/defaultParamUsageBeforeDecl/.gitignore create mode 100644 regression_test/compileonly/deterministic/.gitignore create mode 100644 regression_test/compileonly/mfgen-tpd/HR30356/.gitignore create mode 100644 regression_test/compileonly/mfgen-tpd/HR30365/.gitignore create mode 100644 regression_test/compileonly/mfgen-tpd/dependency_check/.gitignore create mode 100644 regression_test/compileonly/mfgen-tpd/diff_tpd_name_error/.gitignore create mode 100644 regression_test/compileonly/mfgen-tpd/disablePredefinedExternalFolder/.gitignore create mode 100644 regression_test/compileonly/mfgen-tpd/flagTest/.gitignore create mode 100644 regression_test/compileonly/mfgen-tpd/makefileScript/.gitignore create mode 100644 regression_test/compileonly/mfgen-tpd/required_config/.gitignore create mode 100644 regression_test/compileonly/mfgen-tpd/required_config_v2/.gitignore create mode 100644 regression_test/compileonly/mfgen-tpd/search_paths/main/.gitignore create mode 100644 regression_test/compileonly/nameClash/.gitignore create mode 100644 regression_test/compileonly/openTypeNames/.gitignore create mode 100644 regression_test/compileonly/portTranslation/.gitignore create mode 100644 regression_test/compileonly/selectCase/.gitignore create mode 100644 regression_test/compileonly/typeDescrGenWIthNoXER/.gitignore create mode 100644 regression_test/connectMapOperTest/.gitignore create mode 100644 regression_test/customEncoding/.gitignore create mode 100644 regression_test/fuzzy/.gitignore create mode 100644 regression_test/hostid/.gitignore create mode 100644 regression_test/indexWithRecofArray/.gitignore create mode 100644 regression_test/json/.gitignore create mode 100644 regression_test/lazyEval/.gitignore create mode 100644 regression_test/makefilegen/.gitignore create mode 100644 regression_test/portTranslation/.gitignore create mode 100644 regression_test/profiler/.gitignore create mode 100644 regression_test/selectUnion/.gitignore create mode 100644 regression_test/templateConcat/.gitignore create mode 100644 regression_test/templateExclusiveRange/.gitignore create mode 100644 regression_test/templateHexstr/.gitignore create mode 100644 regression_test/templateIstemplatekind/.gitignore create mode 100644 regression_test/templateOmit/LegacyTests/.gitignore create mode 100644 regression_test/templateOmit/NewTests/.gitignore create mode 100644 regression_test/templatePatternRef/.gitignore create mode 100644 regression_test/templateUnicharstr/.gitignore create mode 100644 regression_test/text2ttcn/.gitignore create mode 100644 regression_test/ttcn2json/.gitignore create mode 100644 regression_test/uidChars/.gitignore diff --git a/regression_test/.gitignore b/regression_test/.gitignore index cbd1b3b2d..4779c0438 100644 --- a/regression_test/.gitignore +++ b/regression_test/.gitignore @@ -1,3 +1,5 @@ report.txt +build.txt +current_build.txt output.progress Makefile.personal diff --git a/regression_test/RAW/Annex_E_variants/.gitignore b/regression_test/RAW/Annex_E_variants/.gitignore new file mode 100644 index 000000000..30de2b4c2 --- /dev/null +++ b/regression_test/RAW/Annex_E_variants/.gitignore @@ -0,0 +1,6 @@ +Annex_E_variants +Annex_E_variants.exe +Annex_E_variants*.cc +Annex_E_variants*.hh +Annex_E_variants.log +compile diff --git a/regression_test/RAW/HN25015/.gitignore b/regression_test/RAW/HN25015/.gitignore index 7e91568bb..f8ced184c 100644 --- a/regression_test/RAW/HN25015/.gitignore +++ b/regression_test/RAW/HN25015/.gitignore @@ -4,4 +4,6 @@ compile *.d HN25015 HN25015.exe -HN25015.log +HN25015-rt2 +HN25015-rt2.exe +HN25015*.log diff --git a/regression_test/RAW/HQ26535/.gitignore b/regression_test/RAW/HQ26535/.gitignore index bd3b0b2ef..1011fee71 100644 --- a/regression_test/RAW/HQ26535/.gitignore +++ b/regression_test/RAW/HQ26535/.gitignore @@ -2,6 +2,7 @@ compile General_Types.?? gtpctest.?? GTPv2_Types.?? +*.d gtpctest gtpctest.exe - +gtpctest.log diff --git a/regression_test/RAW/HQ49956/.gitignore b/regression_test/RAW/HQ49956/.gitignore new file mode 100644 index 000000000..f9486aafb --- /dev/null +++ b/regression_test/RAW/HQ49956/.gitignore @@ -0,0 +1,9 @@ +Test +Test.exe +Test*.cc +Test*.hh +Module*.cc +Module*.hh +*.d +Test.log +compile diff --git a/regression_test/RAW/HS16977/.gitignore b/regression_test/RAW/HS16977/.gitignore new file mode 100644 index 000000000..2df4fbf94 --- /dev/null +++ b/regression_test/RAW/HS16977/.gitignore @@ -0,0 +1,7 @@ +HS16977 +HS16977.exe +HS16977*.cc +HS16977*.hh +*.d +HS16977.log +compile diff --git a/regression_test/RAW/ustr/.gitignore b/regression_test/RAW/ustr/.gitignore new file mode 100644 index 000000000..42f1e7de6 --- /dev/null +++ b/regression_test/RAW/ustr/.gitignore @@ -0,0 +1,7 @@ +ustr +ustr.exe +ustr*.cc +ustr*.hh +*.d +ustr.log +compile diff --git a/regression_test/XML/AbstractBlock/.gitignore b/regression_test/XML/AbstractBlock/.gitignore new file mode 100644 index 000000000..c8f863dda --- /dev/null +++ b/regression_test/XML/AbstractBlock/.gitignore @@ -0,0 +1,7 @@ +AbstractBlock +AbstractBlock.exe +AbstractBlock*.cc +AbstractBlock*.hh +*.d +AbstractBlock.log +compile diff --git a/regression_test/XML/AttributeFormDefault/.gitignore b/regression_test/XML/AttributeFormDefault/.gitignore new file mode 100644 index 000000000..140d24ff1 --- /dev/null +++ b/regression_test/XML/AttributeFormDefault/.gitignore @@ -0,0 +1,7 @@ +AttributeFormDefault +AttributeFormDefault.exe +AttributeForm*.cc +AttributeForm*.hh +*.d +AttributeFormDefault.log +compile diff --git a/regression_test/XML/EXER-whitepaper/.gitignore b/regression_test/XML/EXER-whitepaper/.gitignore index 966ee4eb0..b5519a865 100644 --- a/regression_test/XML/EXER-whitepaper/.gitignore +++ b/regression_test/XML/EXER-whitepaper/.gitignore @@ -115,4 +115,4 @@ Whitespace_se[qt]of.cc Whitespace_union.cc Whitespace.ttcn *.d -/EXERtest.log +/EXERtest*.log diff --git a/regression_test/XML/HN15589/.gitignore b/regression_test/XML/HN15589/.gitignore index e7a684430..36746742f 100644 --- a/regression_test/XML/HN15589/.gitignore +++ b/regression_test/XML/HN15589/.gitignore @@ -5,6 +5,8 @@ HN15589.?? xtd[lp].?? HN15589 HN15589.exe +HN15589-rt2 +HN15589-rt2.exe *result.xml *.d -/HN15589.log +HN15589*.log diff --git a/regression_test/XML/HQ30408/.gitignore b/regression_test/XML/HQ30408/.gitignore index 91a63023e..cf2a28017 100644 --- a/regression_test/XML/HQ30408/.gitignore +++ b/regression_test/XML/HQ30408/.gitignore @@ -3,3 +3,4 @@ HQ30408.?? HQ30408 HQ30408.exe *.d +HQ30408.log diff --git a/regression_test/XML/HU13380/.gitignore b/regression_test/XML/HU13380/.gitignore new file mode 100644 index 000000000..22c9714b8 --- /dev/null +++ b/regression_test/XML/HU13380/.gitignore @@ -0,0 +1,7 @@ +HU13380 +HU13380.exe +HU13380*.cc +HU13380*.hh +*.d +HU13380.log +compile diff --git a/regression_test/XML/LegacyUntaggedUnion/.gitignore b/regression_test/XML/LegacyUntaggedUnion/.gitignore new file mode 100644 index 000000000..40465a334 --- /dev/null +++ b/regression_test/XML/LegacyUntaggedUnion/.gitignore @@ -0,0 +1,12 @@ +LegacyUnionUntagged +LegacyUnionUntagged.exe +LegacyUnionUntagged-rt2 +LegacyUnionUntagged-rt2.exe +LegacyUntaggedUnion.ttcn +LegacyUntaggedUnion*.cc +LegacyUntaggedUnion*.hh +converter*.cc +converter*.hh +*.d +LegacyUnionUntagged*.log +compile diff --git a/regression_test/XML/NegativeTest/.gitignore b/regression_test/XML/NegativeTest/.gitignore index 077885817..2474dde53 100644 --- a/regression_test/XML/NegativeTest/.gitignore +++ b/regression_test/XML/NegativeTest/.gitignore @@ -10,4 +10,5 @@ runner.?? compile neg neg.exe - +neg.log +neg.log.orig diff --git a/regression_test/XML/RecordOmit/.gitignore b/regression_test/XML/RecordOmit/.gitignore new file mode 100644 index 000000000..2dfe95093 --- /dev/null +++ b/regression_test/XML/RecordOmit/.gitignore @@ -0,0 +1,12 @@ +RecordOmit +RecordOmit.exe +RecordOmit-rt2 +RecordOmit-rt2.exe +RecordOmit.ttcn +RecordOmit*.cc +RecordOmit*.hh +converter*.cc +converter*.hh +*.d +RecordOmit*.log +compile diff --git a/regression_test/XML/TTCNandXML/.gitignore b/regression_test/XML/TTCNandXML/.gitignore index a2f4a58a7..d8d294588 100644 --- a/regression_test/XML/TTCNandXML/.gitignore +++ b/regression_test/XML/TTCNandXML/.gitignore @@ -7,19 +7,23 @@ AnnexB1Template.ttcn AnnexB2Template.ttcn AnnexB3Template.ttcn AnnexB4Template.ttcn +AnytypeTest.ttcn AttribPathTest.ttcn AttributesTest.ttcn EmbedValues.ttcn +FractionDigitsTest.ttcn NamespaceTest.ttcn Base64Test.ttcn X693amd1Test.ttcn WhitespaceTest.ttcn TTCNandXML TTCNandXML.exe +TTCNandXML-rt2 +TTCNandXML-rt2.exe AnyStuff.ttcn EnumTest.ttcn DFE*Test.ttcn Marx.ttcn Regressions.ttcn *.d -!Flatten.cc \ No newline at end of file +!Flatten.cc diff --git a/regression_test/XML/UseNilLong/.gitignore b/regression_test/XML/UseNilLong/.gitignore new file mode 100644 index 000000000..48eca91f1 --- /dev/null +++ b/regression_test/XML/UseNilLong/.gitignore @@ -0,0 +1,11 @@ +UseNilLong +UseNilLong.exe +UseNilLong*.cc +UseNilLong*.hh +UsefulTtcn3Types*.cc +UsefulTtcn3Types*.hh +XSD*.cc +XSD*.hh +*.d +UseNilLong.log +compile diff --git a/regression_test/XML/XER/.gitignore b/regression_test/XML/XER/.gitignore index 351efa7f6..1f8078c8f 100644 --- a/regression_test/XML/XER/.gitignore +++ b/regression_test/XML/XER/.gitignore @@ -16,6 +16,8 @@ compile *.log Xertest Xertest.exe +Xertest-rt2 +Xertest-rt2.exe byhand *.gc?? gcov.out diff --git a/regression_test/XML/XMLqualif/.gitignore b/regression_test/XML/XMLqualif/.gitignore index ef1daecde..17a30bf7b 100644 --- a/regression_test/XML/XMLqualif/.gitignore +++ b/regression_test/XML/XMLqualif/.gitignore @@ -23,3 +23,4 @@ compile POtest POtest.exe *.d +POtest.log diff --git a/regression_test/XML/XSDBaseType/.gitignore b/regression_test/XML/XSDBaseType/.gitignore new file mode 100644 index 000000000..6470f1378 --- /dev/null +++ b/regression_test/XML/XSDBaseType/.gitignore @@ -0,0 +1,11 @@ +XSDBaseTypeTest +XSDBaseTypeTest.exe +XSDBaseTypeTest*.cc +XSDBaseTypeTest*.hh +schema*.cc +schema*.hh +UsefulTtcn3Types* +XSD* +*.d +XSDBaseTypeTest.log +compile diff --git a/regression_test/XML/XmlWorkflow/bin/.gitignore b/regression_test/XML/XmlWorkflow/bin/.gitignore index f7748c73f..e91ff8fc9 100644 --- a/regression_test/XML/XmlWorkflow/bin/.gitignore +++ b/regression_test/XML/XmlWorkflow/bin/.gitignore @@ -10,3 +10,4 @@ XmlTest XmlTest.exe *.stackdump *.txt +XmlTest.log diff --git a/regression_test/XML/xsdConverter/HN21072/.gitignore b/regression_test/XML/xsdConverter/HN21072/.gitignore index 5495f1641..58f8ff1b3 100644 --- a/regression_test/XML/xsdConverter/HN21072/.gitignore +++ b/regression_test/XML/xsdConverter/HN21072/.gitignore @@ -11,4 +11,4 @@ compile HN21072Test HN21072Test.exe result.xml - +HN21072Test.log diff --git a/regression_test/XML/xsdConverter/HO16426/.gitignore b/regression_test/XML/xsdConverter/HO16426/.gitignore index cac731992..9e1517ba1 100644 --- a/regression_test/XML/xsdConverter/HO16426/.gitignore +++ b/regression_test/XML/xsdConverter/HO16426/.gitignore @@ -9,3 +9,4 @@ diversion.exe XSD.ttcn titan_HO16426.ttcn UsefulTtcn3Types.ttcn +diversion.log diff --git a/regression_test/XML/xsdConverter/HO21968/.gitignore b/regression_test/XML/xsdConverter/HO21968/.gitignore index 440822f42..e64a3b455 100644 --- a/regression_test/XML/xsdConverter/HO21968/.gitignore +++ b/regression_test/XML/xsdConverter/HO21968/.gitignore @@ -11,3 +11,4 @@ compile convert HO21968 HO21968.exe +HO21968.log diff --git a/regression_test/XML/xsdConverter/HQ48576/.gitignore b/regression_test/XML/xsdConverter/HQ48576/.gitignore index 7306c68a5..e0dc000e9 100644 --- a/regression_test/XML/xsdConverter/HQ48576/.gitignore +++ b/regression_test/XML/xsdConverter/HQ48576/.gitignore @@ -10,3 +10,4 @@ UsefulTtcn3Types.?? UsefulTtcn3Types.ttcn XSD.?? XSD.ttcn +HQ48576Test.log diff --git a/regression_test/all_from/.gitignore b/regression_test/all_from/.gitignore index b115ce2a3..8bd168e50 100644 --- a/regression_test/all_from/.gitignore +++ b/regression_test/all_from/.gitignore @@ -8,3 +8,4 @@ all_from.exe run.cfg imported_templates.?? *.d +all_from.log diff --git a/regression_test/anytypeOper/.gitignore b/regression_test/anytypeOper/.gitignore index ca5149c07..26b3a0a2d 100644 --- a/regression_test/anytypeOper/.gitignore +++ b/regression_test/anytypeOper/.gitignore @@ -4,3 +4,4 @@ Tanytype*Oper_se[qt]of.cc Tanytype*Oper_union.cc TanytypeOper TanytypeOper.exe +anytypeOper.log diff --git a/regression_test/cfgFile/.gitignore b/regression_test/cfgFile/.gitignore new file mode 100644 index 000000000..d2055f007 --- /dev/null +++ b/regression_test/cfgFile/.gitignore @@ -0,0 +1,2 @@ +dir_single_mode +dir_parallel_mode diff --git a/regression_test/checkstate/.gitignore b/regression_test/checkstate/.gitignore new file mode 100644 index 000000000..494e5bad0 --- /dev/null +++ b/regression_test/checkstate/.gitignore @@ -0,0 +1,5 @@ +PortCheckstate +PortCheckstate.exe +PortCheckstate*.cc +PortCheckstate*.hh +PortCheckstate*.log diff --git a/regression_test/commMessage/.gitignore b/regression_test/commMessage/.gitignore index 3a305e35e..2d6004543 100644 --- a/regression_test/commMessage/.gitignore +++ b/regression_test/commMessage/.gitignore @@ -12,4 +12,12 @@ ImplMsgEncData_se[qt].cc ImplMsgEncData_se[qt]of.cc ImplMsgEncData_union.cc ImplMsgEncData.hh +AddressPortNegTest*.cc +AddressPortNegTest*.hh +HS41022*.cc +HS41022*.hh +PortType*.cc +PortType*.hh +TmultipleRedirects*.cc +TmultipleRedirects*.hh *.log diff --git a/regression_test/commProcedure/.gitignore b/regression_test/commProcedure/.gitignore index b529d82d4..05deb9cdf 100644 --- a/regression_test/commProcedure/.gitignore +++ b/regression_test/commProcedure/.gitignore @@ -14,5 +14,7 @@ ProcPort_se[qt].cc ProcPort_se[qt]of.cc ProcPort_union.cc ProcPort.hh +AdvancedRedirects*.cc +AdvancedRedirects*.hh *.log compile diff --git a/regression_test/compileonly/HT48786/.gitignore b/regression_test/compileonly/HT48786/.gitignore new file mode 100644 index 000000000..d14fa9696 --- /dev/null +++ b/regression_test/compileonly/HT48786/.gitignore @@ -0,0 +1,4 @@ +HT48786 +HT48786.exe +Test*.cc +Test*.hh diff --git a/regression_test/compileonly/UntaggedOnTopLevelUnionSwitch/.gitignore b/regression_test/compileonly/UntaggedOnTopLevelUnionSwitch/.gitignore new file mode 100644 index 000000000..ec9b9fc0d --- /dev/null +++ b/regression_test/compileonly/UntaggedOnTopLevelUnionSwitch/.gitignore @@ -0,0 +1 @@ +MakefileN diff --git a/regression_test/compileonly/centralstorage/separate_project/.gitignore b/regression_test/compileonly/centralstorage/separate_project/.gitignore index 6776d7d8a..14c62d5b3 100644 --- a/regression_test/compileonly/centralstorage/separate_project/.gitignore +++ b/regression_test/compileonly/centralstorage/separate_project/.gitignore @@ -1,2 +1,9 @@ compile* +separate_ttcn +separate_ttcn.exe +separate_ttcn*.cc +separate_ttcn*.hh +separate_ttcnpp.ttcn +separate_ttcnpp*.cc +separate_ttcnpp*.hh Makefile diff --git a/regression_test/compileonly/circularImport2/.gitignore b/regression_test/compileonly/circularImport2/.gitignore new file mode 100644 index 000000000..520cdad7f --- /dev/null +++ b/regression_test/compileonly/circularImport2/.gitignore @@ -0,0 +1,9 @@ +circularImport2 +circularImport2.exe +ImportedAsn*.cc +ImportedAsn*.hh +ImportedLowerAsn*.cc +ImportedLowerAsn*.hh +ImportingAsn*.cc +ImportingAsn*.hh +compile diff --git a/regression_test/compileonly/defaultParamUsageBeforeDecl/.gitignore b/regression_test/compileonly/defaultParamUsageBeforeDecl/.gitignore new file mode 100644 index 000000000..27c755479 --- /dev/null +++ b/regression_test/compileonly/defaultParamUsageBeforeDecl/.gitignore @@ -0,0 +1,7 @@ +defaultParamUsageBeforeDecl +defaultParamUsageBeforeDecl.exe +A*.cc +A*.hh +B*.cc +B*.hh +compile diff --git a/regression_test/compileonly/deterministic/.gitignore b/regression_test/compileonly/deterministic/.gitignore new file mode 100644 index 000000000..7ed5c9254 --- /dev/null +++ b/regression_test/compileonly/deterministic/.gitignore @@ -0,0 +1,5 @@ +deterministic +deterministic.exe +M*.cc +M*.hh +compile diff --git a/regression_test/compileonly/mfgen-tpd/HR30356/.gitignore b/regression_test/compileonly/mfgen-tpd/HR30356/.gitignore new file mode 100644 index 000000000..f581dd70f --- /dev/null +++ b/regression_test/compileonly/mfgen-tpd/HR30356/.gitignore @@ -0,0 +1,2 @@ +err +out diff --git a/regression_test/compileonly/mfgen-tpd/HR30365/.gitignore b/regression_test/compileonly/mfgen-tpd/HR30365/.gitignore new file mode 100644 index 000000000..53752db25 --- /dev/null +++ b/regression_test/compileonly/mfgen-tpd/HR30365/.gitignore @@ -0,0 +1 @@ +output diff --git a/regression_test/compileonly/mfgen-tpd/dependency_check/.gitignore b/regression_test/compileonly/mfgen-tpd/dependency_check/.gitignore new file mode 100644 index 000000000..547bfdd9e --- /dev/null +++ b/regression_test/compileonly/mfgen-tpd/dependency_check/.gitignore @@ -0,0 +1,2 @@ +bin +dir.txt diff --git a/regression_test/compileonly/mfgen-tpd/diff_tpd_name_error/.gitignore b/regression_test/compileonly/mfgen-tpd/diff_tpd_name_error/.gitignore new file mode 100644 index 000000000..53752db25 --- /dev/null +++ b/regression_test/compileonly/mfgen-tpd/diff_tpd_name_error/.gitignore @@ -0,0 +1 @@ +output diff --git a/regression_test/compileonly/mfgen-tpd/disablePredefinedExternalFolder/.gitignore b/regression_test/compileonly/mfgen-tpd/disablePredefinedExternalFolder/.gitignore new file mode 100644 index 000000000..ba077a403 --- /dev/null +++ b/regression_test/compileonly/mfgen-tpd/disablePredefinedExternalFolder/.gitignore @@ -0,0 +1 @@ +bin diff --git a/regression_test/compileonly/mfgen-tpd/flagTest/.gitignore b/regression_test/compileonly/mfgen-tpd/flagTest/.gitignore new file mode 100644 index 000000000..ffc5570a9 --- /dev/null +++ b/regression_test/compileonly/mfgen-tpd/flagTest/.gitignore @@ -0,0 +1,2 @@ +bin +output diff --git a/regression_test/compileonly/mfgen-tpd/makefileScript/.gitignore b/regression_test/compileonly/mfgen-tpd/makefileScript/.gitignore new file mode 100644 index 000000000..36cc7a790 --- /dev/null +++ b/regression_test/compileonly/mfgen-tpd/makefileScript/.gitignore @@ -0,0 +1,5 @@ +a_bin +b_bin +bin +bin1 +tmp diff --git a/regression_test/compileonly/mfgen-tpd/required_config/.gitignore b/regression_test/compileonly/mfgen-tpd/required_config/.gitignore new file mode 100644 index 000000000..b00fe34c4 --- /dev/null +++ b/regression_test/compileonly/mfgen-tpd/required_config/.gitignore @@ -0,0 +1,5 @@ +binGood +?_bin1 +?_binDefault +?_binNotDefault +output diff --git a/regression_test/compileonly/mfgen-tpd/required_config_v2/.gitignore b/regression_test/compileonly/mfgen-tpd/required_config_v2/.gitignore new file mode 100644 index 000000000..59b8d8858 --- /dev/null +++ b/regression_test/compileonly/mfgen-tpd/required_config_v2/.gitignore @@ -0,0 +1,3 @@ +binGood +binDefault +output diff --git a/regression_test/compileonly/mfgen-tpd/search_paths/main/.gitignore b/regression_test/compileonly/mfgen-tpd/search_paths/main/.gitignore new file mode 100644 index 000000000..ba077a403 --- /dev/null +++ b/regression_test/compileonly/mfgen-tpd/search_paths/main/.gitignore @@ -0,0 +1 @@ +bin diff --git a/regression_test/compileonly/nameClash/.gitignore b/regression_test/compileonly/nameClash/.gitignore new file mode 100644 index 000000000..5835bbebb --- /dev/null +++ b/regression_test/compileonly/nameClash/.gitignore @@ -0,0 +1,4 @@ +nameClash +nameClash.exe +nameClash*.cc +nameClash*.hh diff --git a/regression_test/compileonly/openTypeNames/.gitignore b/regression_test/compileonly/openTypeNames/.gitignore new file mode 100644 index 000000000..f68642023 --- /dev/null +++ b/regression_test/compileonly/openTypeNames/.gitignore @@ -0,0 +1,6 @@ +openTypeNames +openTypeNames.exe +IO_based_message*.cc +IO_based_message*.hh +Open_type_use*.cc +Open_type_use*.hh diff --git a/regression_test/compileonly/portTranslation/.gitignore b/regression_test/compileonly/portTranslation/.gitignore new file mode 100644 index 000000000..ba077a403 --- /dev/null +++ b/regression_test/compileonly/portTranslation/.gitignore @@ -0,0 +1 @@ +bin diff --git a/regression_test/compileonly/selectCase/.gitignore b/regression_test/compileonly/selectCase/.gitignore new file mode 100644 index 000000000..0657c0585 --- /dev/null +++ b/regression_test/compileonly/selectCase/.gitignore @@ -0,0 +1,4 @@ +selectCase +selectCase.exe +selectCase*.cc +selectCase*.hh diff --git a/regression_test/compileonly/typeDescrGenWIthNoXER/.gitignore b/regression_test/compileonly/typeDescrGenWIthNoXER/.gitignore new file mode 100644 index 000000000..5cf01fe25 --- /dev/null +++ b/regression_test/compileonly/typeDescrGenWIthNoXER/.gitignore @@ -0,0 +1,4 @@ +typeDescrGenWIthNoXER +typeDescrGenWIthNoXER.exe +typeDescrGenWIthNoXER*.cc +typeDescrGenWIthNoXER*.hh diff --git a/regression_test/connectMapOperTest/.gitignore b/regression_test/connectMapOperTest/.gitignore new file mode 100644 index 000000000..a13272577 --- /dev/null +++ b/regression_test/connectMapOperTest/.gitignore @@ -0,0 +1,5 @@ +ConnectMapOperNegTest +ConnectMapOperNegTest.exe +ConnectMapOperNegTest*.cc +ConnectMapOperNegTest*.hh +ConnectMapOperNegTest*.log diff --git a/regression_test/customEncoding/.gitignore b/regression_test/customEncoding/.gitignore new file mode 100644 index 000000000..215210a0b --- /dev/null +++ b/regression_test/customEncoding/.gitignore @@ -0,0 +1,8 @@ +customEncoding +customEncoding.exe +Custom*.cc +Custom*.hh +Types*.cc +Types*.hh +customEncoding.log +compile diff --git a/regression_test/enumOper/.gitignore b/regression_test/enumOper/.gitignore index 421197591..383e1d14e 100644 --- a/regression_test/enumOper/.gitignore +++ b/regression_test/enumOper/.gitignore @@ -4,4 +4,6 @@ TenumOper_se[qt].cc TenumOper_se[qt]of.cc TenumOper_union.cc TenumOper.hh +EnumDefBitHexOct*.cc +EnumDefBitHexOct*.hh enumOper.log diff --git a/regression_test/floatOper/.gitignore b/regression_test/floatOper/.gitignore index 068831b5d..dd71a380a 100644 --- a/regression_test/floatOper/.gitignore +++ b/regression_test/floatOper/.gitignore @@ -1,7 +1,10 @@ -TfloatOper +TfloatOperTests +TfloatOperTests.exe TfloatOper.cc TfloatOper_se[qt].cc TfloatOper_se[qt]of.cc TfloatOper_union.cc TfloatOper.hh +TfloatOperSpecial*.cc +TfloatOperSpecial*.hh floatOper.log diff --git a/regression_test/fuzzy/.gitignore b/regression_test/fuzzy/.gitignore new file mode 100644 index 000000000..d2055f007 --- /dev/null +++ b/regression_test/fuzzy/.gitignore @@ -0,0 +1,2 @@ +dir_single_mode +dir_parallel_mode diff --git a/regression_test/hostid/.gitignore b/regression_test/hostid/.gitignore new file mode 100644 index 000000000..8f036542d --- /dev/null +++ b/regression_test/hostid/.gitignore @@ -0,0 +1,6 @@ +Hostid +Hostid.exe +Hostid*.cc +Hostid*.hh +Hostid*.log +compile diff --git a/regression_test/implicitOmit/.gitignore b/regression_test/implicitOmit/.gitignore index d68343b02..90737f9f3 100644 --- a/regression_test/implicitOmit/.gitignore +++ b/regression_test/implicitOmit/.gitignore @@ -3,4 +3,7 @@ io io.exe io.d io.log +IOAsn*.cc +IOAsn*.hh +IOAsn.d compile diff --git a/regression_test/indexWithRecofArray/.gitignore b/regression_test/indexWithRecofArray/.gitignore new file mode 100644 index 000000000..954a0c69c --- /dev/null +++ b/regression_test/indexWithRecofArray/.gitignore @@ -0,0 +1,5 @@ +IndexWithRecofArray +IndexWithRecofArray.exe +IndexWithRecofArray*.cc +IndexWithRecofArray*.hh +IndexWithRecofArray.log diff --git a/regression_test/json/.gitignore b/regression_test/json/.gitignore new file mode 100644 index 000000000..cdd8ba374 --- /dev/null +++ b/regression_test/json/.gitignore @@ -0,0 +1,18 @@ +json +json.exe +AttributeTestcases*.cc +AttributeTestcases*.hh +Functions*.cc +Functions*.hh +JsonData*.cc +JsonData*.hh +OtherTypes*.cc +OtherTypes*.hh +SemanticCheck*.cc +SemanticCheck*.hh +Testcases*.cc +Testcases*.hh +Types*.cc +Types*.hh +logs +compile diff --git a/regression_test/lazyEval/.gitignore b/regression_test/lazyEval/.gitignore new file mode 100644 index 000000000..d2055f007 --- /dev/null +++ b/regression_test/lazyEval/.gitignore @@ -0,0 +1,2 @@ +dir_single_mode +dir_parallel_mode diff --git a/regression_test/logger_control/.gitignore b/regression_test/logger_control/.gitignore index ccf3461d1..493ad903a 100644 --- a/regression_test/logger_control/.gitignore +++ b/regression_test/logger_control/.gitignore @@ -1,6 +1,6 @@ compile *.d -TitanLoggerControl.?? +TitanLoggerControl.* logcontrol.?? logcontrol logcontrol.exe diff --git a/regression_test/macros/.gitignore b/regression_test/macros/.gitignore index 021ca93d1..5bbc4e8f0 100644 --- a/regression_test/macros/.gitignore +++ b/regression_test/macros/.gitignore @@ -4,3 +4,4 @@ Macros.?? Macros_se[qt].cc Macros_se[qt]of.cc Macros_union.cc +Macros.log diff --git a/regression_test/makefilegen/.gitignore b/regression_test/makefilegen/.gitignore new file mode 100644 index 000000000..8e138be26 --- /dev/null +++ b/regression_test/makefilegen/.gitignore @@ -0,0 +1 @@ +TempMakefile diff --git a/regression_test/namedActualParameters/.gitignore b/regression_test/namedActualParameters/.gitignore index f2757c8de..e08ddc6b5 100644 --- a/regression_test/namedActualParameters/.gitignore +++ b/regression_test/namedActualParameters/.gitignore @@ -16,3 +16,4 @@ TnamedActualParameters TnamedActualParameters.exe NamedParam NamedParam.exe +namedActualParameters.log diff --git a/regression_test/pattern_quadruples/.gitignore b/regression_test/pattern_quadruples/.gitignore index 6a5475a53..c4ec4de23 100644 --- a/regression_test/pattern_quadruples/.gitignore +++ b/regression_test/pattern_quadruples/.gitignore @@ -4,3 +4,4 @@ pattern_quadruples.?? pattern_quadruples_se[qt].cc pattern_quadruples_se[qt]of.cc pattern_quadruples_union.cc +pattern_quadruples.log diff --git a/regression_test/portTranslation/.gitignore b/regression_test/portTranslation/.gitignore new file mode 100644 index 000000000..f3738148b --- /dev/null +++ b/regression_test/portTranslation/.gitignore @@ -0,0 +1,17 @@ +PortTranslation +PortTranslation.exe +PortTranslation*.cc +PortTranslation*.hh +PortVariables*.cc +PortVariables*.hh +Setstate_neg*.cc +Setstate_neg*.hh +NP1*.cc +NP1*.hh +NPT2*.cc +NPT2*.hh +NVP1*.cc +NVP1*.hh +*.d +PortTranslation*.log +compile diff --git a/regression_test/profiler/.gitignore b/regression_test/profiler/.gitignore new file mode 100644 index 000000000..3a06a3d47 --- /dev/null +++ b/regression_test/profiler/.gitignore @@ -0,0 +1,25 @@ +profiler_test +profiler_test.exe +PIPEasp_PortType*.cc +PIPEasp_PortType*.hh +PIPEasp_Templates*.cc +PIPEasp_Templates*.hh +PIPEasp_Types*.cc +PIPEasp_Types*.hh +Shell*.cc +Shell*.hh +Testcases*.cc +Testcases*.hh +prof*.cc +prof*.hh +prof*.log +profiler_test.log +compile +prof1.stats +data*.json +double.json +double.stats +empty.stats +merged.json +merged.stats + diff --git a/regression_test/recofOper/.gitignore b/regression_test/recofOper/.gitignore index 877e62a1f..b5b1dcf26 100644 --- a/regression_test/recofOper/.gitignore +++ b/regression_test/recofOper/.gitignore @@ -4,4 +4,12 @@ TrecofOper_se[qt].cc TrecofOper_se[qt]of.cc TrecofOper_union.cc TrecofOper.hh +BerType*.cc +BerType*.hh +Circular*.cc +Circular*.hh +TrecofCompat*.cc +TrecofCompat*.hh +TrecofParamRef*.cc +TrecofParamRef*.hh recofOper.log diff --git a/regression_test/selectUnion/.gitignore b/regression_test/selectUnion/.gitignore new file mode 100644 index 000000000..6144858ad --- /dev/null +++ b/regression_test/selectUnion/.gitignore @@ -0,0 +1,5 @@ +SelectUnion +SelectUnion.exe +SelectUnion*.cc +SelectUnion*.hh +SelectUnion.log diff --git a/regression_test/templateConcat/.gitignore b/regression_test/templateConcat/.gitignore new file mode 100644 index 000000000..2347e98b0 --- /dev/null +++ b/regression_test/templateConcat/.gitignore @@ -0,0 +1,8 @@ +templateConcat +templateConcat.exe +TemplateConcat*.cc +TemplateConcat*.hh +Types*.cc +Types*.hh +templateConcat.log +compile diff --git a/regression_test/templateExclusiveRange/.gitignore b/regression_test/templateExclusiveRange/.gitignore new file mode 100644 index 000000000..d2055f007 --- /dev/null +++ b/regression_test/templateExclusiveRange/.gitignore @@ -0,0 +1,2 @@ +dir_single_mode +dir_parallel_mode diff --git a/regression_test/templateHexstr/.gitignore b/regression_test/templateHexstr/.gitignore new file mode 100644 index 000000000..3cf17539a --- /dev/null +++ b/regression_test/templateHexstr/.gitignore @@ -0,0 +1,5 @@ +TtemplateHexstr +TtemplateHexstr.exe +TtemplateHexstr*.cc +TtemplateHexstr*.hh +templateHexstr.log diff --git a/regression_test/templateInt/.gitignore b/regression_test/templateInt/.gitignore index 965a43dfb..62d5483f2 100644 --- a/regression_test/templateInt/.gitignore +++ b/regression_test/templateInt/.gitignore @@ -4,4 +4,6 @@ TtemplateInt_se[qt].cc TtemplateInt_se[qt]of.cc TtemplateInt_union.cc TtemplateInt.hh +ImportedTemplates*.cc +ImportedTemplates*.hh templateInt.log diff --git a/regression_test/templateIstemplatekind/.gitignore b/regression_test/templateIstemplatekind/.gitignore new file mode 100644 index 000000000..ea956b144 --- /dev/null +++ b/regression_test/templateIstemplatekind/.gitignore @@ -0,0 +1,5 @@ +IsTemplateKind +IsTemplateKind.exe +IsTemplateKind*.cc +IsTemplateKind*.hh +IsTemplateKind.log diff --git a/regression_test/templateOmit/LegacyTests/.gitignore b/regression_test/templateOmit/LegacyTests/.gitignore new file mode 100644 index 000000000..9444d5818 --- /dev/null +++ b/regression_test/templateOmit/LegacyTests/.gitignore @@ -0,0 +1,12 @@ +templateOmitLegacy +templateOmitLegacy.exe +LegacyTestcases*.cc +LegacyTestcases*.hh +Templates*.cc +Templates*.hh +Templates.ttcn +Types*.cc +Types*.hh +Types.ttcn +templateOmitLegacy*.log +compile diff --git a/regression_test/templateOmit/NewTests/.gitignore b/regression_test/templateOmit/NewTests/.gitignore new file mode 100644 index 000000000..3d66b3e69 --- /dev/null +++ b/regression_test/templateOmit/NewTests/.gitignore @@ -0,0 +1,12 @@ +templateOmitNew +templateOmitNew.exe +NewTestcases*.cc +NewTestcases*.hh +Templates*.cc +Templates*.hh +Templates.ttcn +Types*.cc +Types*.hh +Types.ttcn +templateOmitNew*.log +compile diff --git a/regression_test/templatePatternRef/.gitignore b/regression_test/templatePatternRef/.gitignore new file mode 100644 index 000000000..2e89a2cff --- /dev/null +++ b/regression_test/templatePatternRef/.gitignore @@ -0,0 +1,5 @@ +TemplatePatternRefTest +TemplatePatternRefTest.exe +TemplatePatternRefTest*.cc +TemplatePatternRefTest*.hh +TemplatePatternRefTest.log diff --git a/regression_test/templateRecof/.gitignore b/regression_test/templateRecof/.gitignore index ddd21acb7..a75a24758 100644 --- a/regression_test/templateRecof/.gitignore +++ b/regression_test/templateRecof/.gitignore @@ -4,4 +4,6 @@ TtemplateRecof_se[qt].cc TtemplateRecof_se[qt]of.cc TtemplateRecof_union.cc TtemplateRecof.hh +TmultiplePermutations*.cc +TmultiplePermutations*.hh templateRecof.log diff --git a/regression_test/templateUnicharstr/.gitignore b/regression_test/templateUnicharstr/.gitignore new file mode 100644 index 000000000..ab28ccc29 --- /dev/null +++ b/regression_test/templateUnicharstr/.gitignore @@ -0,0 +1,5 @@ +TtemplateUnicharstr +TtemplateUnicharstr.exe +TtemplateUnicharstr*.cc +TtemplateUnicharstr*.hh +templateUnicharstr.log diff --git a/regression_test/text2ttcn/.gitignore b/regression_test/text2ttcn/.gitignore new file mode 100644 index 000000000..d2055f007 --- /dev/null +++ b/regression_test/text2ttcn/.gitignore @@ -0,0 +1,2 @@ +dir_single_mode +dir_parallel_mode diff --git a/regression_test/ttcn2json/.gitignore b/regression_test/ttcn2json/.gitignore new file mode 100644 index 000000000..80c40ba72 --- /dev/null +++ b/regression_test/ttcn2json/.gitignore @@ -0,0 +1,23 @@ +ttcn2json +ttcn2json.exe +ttcn2json.log +CompareSchemas*.cc +CompareSchemas*.hh +PIPEasp_PortType*.cc +PIPEasp_PortType*.hh +PIPEasp_Templates*.cc +PIPEasp_Templates*.hh +PIPEasp_Types*.cc +PIPEasp_Types*.hh +Shell*.cc +Shell*.hh +Testcases*.cc +Testcases*.hh +one.json +two.json +three.json +General_Types.json +Main.json +MiniRanap.json +SubType.json +compile diff --git a/regression_test/ucharstrOper/.gitignore b/regression_test/ucharstrOper/.gitignore index c246692f6..0564eeaae 100644 --- a/regression_test/ucharstrOper/.gitignore +++ b/regression_test/ucharstrOper/.gitignore @@ -12,3 +12,12 @@ ucharstrOper.log cstr_content*.?? *.gcno *.gcda +EncDecvalueUnichar*.cc +EncDecvalueUnichar*.hh +Any2Unistr*.cc +Any2Unistr*.hh +Base64Testcases*.cc +Base64Testcases*.hh +UTF*Testcases*.cc +UTF*Testcases*.hh +compile diff --git a/regression_test/uidChars/.gitignore b/regression_test/uidChars/.gitignore new file mode 100644 index 000000000..dda738233 --- /dev/null +++ b/regression_test/uidChars/.gitignore @@ -0,0 +1,6 @@ +UIDCharsTest +UIDCharsTest.exe +UIDCharsTest*.cc +UIDCharsTest*.hh +UIDCharTest.log +compile -- GitLab