Merge pull request #4655 from iguessthislldo/igtd/rtps-ports
[OpenDDS.git] / .gitignore
blob50252aaa32beed35bcd3408f3a6a76d36a37c01a
1 # configure script (not made by MPC)
2 /setenv.*
3 /host_tools.mwc*
4 /OpenDDS_custom.mwc*
5 /ACE_wrappers/
6 /ACE_TAO/
7 *.tar.gz
8 *.zip
10 # gnuace
11 .depend.*
12 GNUmakefile*
13 /user_macros.GNU*
14 .obj/
15 .shobj/
17 # CMake
18 build/
19 build-*/
20 cmake-build/
21 compile_commands.json
23 # Visual Studio
24 *.vcxproj*
25 *.obj
26 *.ilk
27 *.exp
28 *.[ip]db
29 *.ipdb
30 *.iobj
31 *.recipe
32 *.opensdf
33 *.sdf
34 *.sln
35 *.pch
36 *.suo
37 *.res
38 *.VC.db
39 *.VC.opendb
40 .vs/
41 /ipch
43 # Other IDE and Editors
44 .vscode/
45 .idea/
46 /.cproject
47 /.project
48 /.settings/
50 .*.swp
51 /tags
53 # Binaries
54 *.exe
55 *.vxe
56 *.dll
57 *.lib
58 lib*.a
59 lib*.so*
60 lib*.dylib
62 # Debug
63 core
64 core.*
65 callgrind.out
66 callgrind.out.*
67 cachegrind.out
68 cachegrind.out.*
69 massif.out
70 massif.out.*
72 # Misc
73 *.tlog
74 *.log
75 *.ior
76 /ChangeLog