repo.or.cz
/
OpenDDS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #4844 from jrw972/gh-actions-flag-cleanup
[OpenDDS.git]
/
.gitignore
blob
50252aaa32beed35bcd3408f3a6a76d36a37c01a
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
9
10
# gnuace
11
.depend.*
12
GNUmakefile*
13
/user_macros.GNU*
14
.obj/
15
.shobj/
16
17
# CMake
18
build/
19
build-*/
20
cmake-build/
21
compile_commands.json
22
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
42
43
# Other IDE and Editors
44
.vscode/
45
.idea/
46
/.cproject
47
/.project
48
/.settings/
49
*~
50
.*.swp
51
/tags
52
53
# Binaries
54
*.exe
55
*.vxe
56
*.dll
57
*.lib
58
lib*.a
59
lib*.so*
60
lib*.dylib
61
62
# Debug
63
core
64
core.*
65
callgrind.out
66
callgrind.out.*
67
cachegrind.out
68
cachegrind.out.*
69
massif.out
70
massif.out.*
71
72
# Misc
73
*.tlog
74
*.log
75
*.ior
76
/ChangeLog