Files
srt/.gitignore
cl-ment dca5399b52 Automatic call of startup() and cleanup() #3098 (#3109)
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>
2025-02-26 14:23:02 +01:00

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