forked from RemedyIT/taox11
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
84 lines (84 loc) · 2.03 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
build
.*
*~
ACE
*C.h
*C.inl
*C.cpp
*P.h
*P.cpp
*S.h
*S.inl
*S.cpp
*A.h
*A.cpp
GNUmakefile*
*.sln
*.vcxproj*
*.tlog
*.lastbuildstate
*.obj
*.pdb
*.Build.CppClean.log
*.dll
*.lib
*.iobj
*.ipdb
*.exp
*.exe
*.kdev4
*.so*
*.dylib
commit.txt
taox11/html
taox11/latex
*.gcno
bin/MPC/config/MPC.cfg*
tao/x11/ifr_client/taox11_ifr_client_skel_export.h
tao/x11/ifr_client/taox11_ifr_client_stub_export.h
ridlbe/c++11/orb.pidlc
examples/log_module/output
examples/log_module/test_my_log_module
tests/ami_test/ami/ami_test_amic_export.h
tests/ami_test/ami/ami_test_skel_export.h
tests/ami_test/ami/ami_test_stub_export.h
tests/ami_test/ami_collocation/ami_test_export.h
tests/ami_test/ami_collocation/collocation_test
tests/ami_test/ami_in_out_inout/ami_ioio_test_stub_export.h
tests/ami_test/annotations/ami_test_export.h
tests/ami_test/multi_idl_mix_2client/client1
tests/ami_test/multi_idl_mix_2client/client2
tests/ami_test/no_module/ami_test_amic_export.h
tests/ami_test/no_module/ami_test_skel_export.h
tests/ami_test/no_module/ami_test_stub_export.h
tests/ami_test/weak_ref/ami_test_amic_export.h
tests/ami_test/weak_ref/ami_test_skel_export.h
tests/ami_test/weak_ref/ami_test_stub_export.h
tests/collocation/collocation
tests/dynany/basic_test
tests/dynvalue_test/dynvalue_test
tests/idl_test/main
tests/idl_test/tao_idl_test_amic_export.h
tests/idl_test/tao_idl_test_skel_export.h
tests/idl_test/tao_idl_test_stub_export.h
tests/illegal_idl/output
tests/invalidname/invalid_name
tests/log_test/log_test
tests/log_test_backend/log_test_backend
tests/log_test_env/log_test
tests/pi/slot/driver
tests/poa/children/children
tests/poa/current/Current
tests/poa/default_servant/default_servant
tests/poa/excessive_object_deactivations/excessive_object_deactivations
tests/poa/findpoa/findpoa
tests/poa/identity/Identity
tests/poa/manager_factory/manager_factory
tests/poa/nested_non_servant_upcalls/nested_non_servant_upcalls
tests/poa/newpoa/new_poa
tests/poa/poamanager/poamanager
tests/poa/rootpoa/root_poa
tests/policies/manipulation/manipulation
tests/reactor/reactor
client
server