mirror of
https://github.com/Haivision/srt.git
synced 2026-07-04 15:07:49 +00:00
dca5399b52
This pull request fixes issue #3098 by ensuring that startup() and cleanup() are called automatically. --------- Co-authored-by: Sektor van Skijlen <ethouris@gmail.com> Co-authored-by: Clement Gerouville <cgerouville@haivision.com> Co-authored-by: Sektor van Skijlen <ethouris@gmail.com>
51 lines
513 B
Plaintext
51 lines
513 B
Plaintext
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# Ignore any folder starting from underscore
|
|
_*/
|
|
|
|
# Ignode Visual Studio Code temp folder
|
|
.vs/
|
|
.vscode/
|
|
|
|
# Ignore vcpkg submodule
|
|
vcpkg/
|
|
|
|
# LSP
|
|
compile_commands.json
|
|
|
|
# ignore files generated by clion and cmake
|
|
.idea/
|
|
cmake-build-debug/
|
|
tags
|