mirror of
https://github.com/ossrs/srs.git
synced 2025-02-14 20:31:56 +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
|
.idea
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
/cmake-build-debug/
|
cmake-build-debug
|
||||||
/CMakeLists.txt
|
/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
|
/research/thread-model/thread-local
|
||||||
*.gcp
|
*.gcp
|
||||||
*.svg
|
*.svg
|
||||||
cmake-build-debug
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue