Files
srs/.augmentignore

45 lines
639 B
Plaintext
Raw Normal View History

2025-06-25 10:22:04 -04:00
# Build artifacts
**/objs/**
**/build/**
**/*.o
**/*.a
**/*.so
**/*.dylib
# IDE files
**/.idea/**
**/.vscode/**
**/.run/**
# Generated files
**/*.exe
**/*.flv
**/*.mp4
**/*.ts
# 3rd party libraries
**/3rdparty/ffmpeg-4-fit/**
**/3rdparty/gperftools-2-fit/**
**/3rdparty/gprof/**
**/3rdparty/gtest-fit/**
**/3rdparty/httpx-static/**
**/3rdparty/libsrtp-2-fit/**
**/3rdparty/openssl-1.1-fit/**
**/3rdparty/patches/**
**/3rdparty/signaling/**
**/3rdparty/srt-1-fit/**
2025-10-10 12:08:04 -04:00
**/3rdparty/srs-bench/vendor/**
2025-06-25 10:22:04 -04:00
# Research files.
**/tools/**
2025-06-25 10:22:04 -04:00
**/research/**
# Other files.
**/packaging/**
**/scripts/**
**/usr/**
**/.github/**
**/gdb/**
**/cmake/**