Files
srs/.augmentignore
Haibo Chen(陈海博) 8f1578e0e3 Refactor: Rename ide/ directory to cmake/ for better clarity (#4539)
This PR renames the trunk/ide/ directory to trunk/cmake/ to better
reflect its actual purpose. The directory contains CMake build
configuration files used by multiple IDEs (CLion, VSCode), not
IDE-specific files.

* Directory rename: trunk/ide/ → trunk/cmake/
* Build output location: trunk/ide/vscode-build/ → trunk/cmake/build/
* CMakeLists.txt: Moved from trunk/ide/srs_clion/CMakeLists.txt to
trunk/cmake/CMakeLists.txt
2025-10-23 20:38:48 -04:00

45 lines
639 B
Plaintext

# 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/**
**/3rdparty/srs-bench/vendor/**
# Research files.
**/tools/**
**/research/**
# Other files.
**/packaging/**
**/scripts/**
**/usr/**
**/.github/**
**/gdb/**
**/cmake/**