aboutsummaryrefslogtreecommitdiffstats
path: root/lib/.gitignore
AgeCommit message (Collapse)Author
2018-04-27Move the corba applcations to separate repositoryLars Thorsen
All corba applications are moved to a separate repository. E.g. orber, ic, cosEvent, cosEventDomain, cosNotifications cosTime, cosTransactions, cosProperty and cosFileTransfer.
2018-04-09erl_docgen: Add ghlink step for all non-generated doc xml filesLukas Larsson
In order to get line numbers into the ghlink we have to add a post processing step for all xml files.
2016-12-15percept: Remove applicationBjörn-Egil Dahlberg
2015-07-03mnesia: Update gitignoreBjörn-Egil Dahlberg
2015-05-22Include Merl in Syntax ToolsRichard Carlsson
2012-08-17[common_test] Add netconf client, ct_netconfcSiri Hansen
The netconf client supports basic netconf functionality over SSH. In order to allow testing of both success and failure cases, it is intentionally written to allow non-standard behavior. In order for the netconf client to use the generic connection mechanism in common_test, ct_gen_conn has been updated to be more flexible: Added options: {reconnect,bool()} {forward_messages,bool()} {use_existing_connection,bool()} Allow handle_msg to return {reply,Reply,State} | {noreply,State} | {stop,Reply,State} If forward_messages==true, the ct_gen_conn callback must also implement: handle_msgs(Msg,State) -> {noreply,State} | {stop,State}
2010-12-06For the table vacmAccessTable, when performing the is_set_ok and setMicael Karlberg
opteration(s), all values of the vacmAccessSecurityModel column was incorrectly translated to "any".
2010-08-20Update gitignoreRickard Green
2010-04-03orber & cos* tests: Ignore IDL-generated output filesBjörn Gustavsson
2010-02-03Update .gitignore filesBjörn-Egil Dahlberg
2009-12-17Fix duplicate ei_tracelevel symbolBjörn-Egil Dahlberg
The symbol ei_tracelevel was not declared extern which could crash the linking step on some compilers. Updated .gitignore to ignore object files in erl_interface.
2009-12-09Update .gitignore filesBjörn Gustavsson