diff options
author | Lars Thorsen <lars@erlang.org> | 2018-04-25 15:09:14 +0200 |
---|---|---|
committer | Lars Thorsen <lars@erlang.org> | 2018-04-27 12:05:30 +0200 |
commit | 6bcdad20c24457393c0d9eeb385d0ff5aa872cd0 (patch) | |
tree | 63162ddfa38d92eaff2193b73277aba18160308c /.gitignore | |
parent | 87b06e4ab91729f7415578c8ac0aacec28720ad9 (diff) | |
download | erlang-6bcdad20c24457393c0d9eeb385d0ff5aa872cd0.tar.gz |
Move the corba applcations to separate repository
All corba applications are moved to a separate repository.
E.g. orber, ic, cosEvent, cosEventDomain, cosNotifications
cosTime, cosTransactions, cosProperty and cosFileTransfer.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore index 234d21c7df..79b1d5dfad 100644 --- a/.gitignore +++ b/.gitignore @@ -80,14 +80,10 @@ lib/erl_interface/obj.mdd/ lib/erl_interface/src/win32/ lib/gs/priv/tcl/ lib/gs/tcl/binaries/ -lib/ic/c_src/win32/ -lib/ic/priv/lib/win32/ -lib/ic/priv/obj/win32/ lib/megaco/src/flex/win32/ lib/odbc/c_src/win32/ lib/odbc/priv/bin/odbcserver.exe lib/odbc/priv/obj/win32/odbcserver.o -lib/orber/c_src/win32/ lib/os_mon/c_src/win32/ lib/os_mon/priv/bin/win32/ lib/os_mon/priv/obj/win32/ @@ -107,9 +103,6 @@ make/otp_doc_built # OSE *.d -# Used by ic & orber & cos* applications. -IDL-GENERATED - # Used by applications that run javadoc (e.g. ic). JAVADOC-GENERATED @@ -127,8 +120,6 @@ JAVADOC-GENERATED /bootstrap/lib/edoc /bootstrap/lib/erl_docgen /bootstrap/lib/hipe -/bootstrap/lib/ic -/bootstrap/lib/orber /bootstrap/lib/parsetools /bootstrap/lib/runtime_tools /bootstrap/lib/sasl |