mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
[IDE] Refine .gitignore for cmake from ide/srs_clion
This commit is contained in:
parent
2e222d369d
commit
66a696efe0
2 changed files with 6 additions and 4 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -34,5 +34,9 @@
|
|||
.idea
|
||||
.DS_Store
|
||||
|
||||
/cmake-build-debug/
|
||||
/CMakeLists.txt
|
||||
cmake-build-debug
|
||||
/trunk/ide/srs_clion/CMakeCache.txt
|
||||
/trunk/ide/srs_clion/CMakeFiles
|
||||
/trunk/ide/srs_clion/Makefile
|
||||
/trunk/ide/srs_clion/cmake_install.cmake
|
||||
/trunk/ide/srs_clion/srs
|
||||
|
|
2
trunk/.gitignore
vendored
2
trunk/.gitignore
vendored
|
@ -49,5 +49,3 @@ bug
|
|||
/research/thread-model/thread-local
|
||||
*.gcp
|
||||
*.svg
|
||||
cmake-build-debug
|
||||
|
||||
|
|
Loading…
Reference in a new issue