1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Ignore .vscode in git.

This commit is contained in:
winlin 2020-01-23 09:24:41 +08:00
parent d28e82962d
commit 65e8835fb5
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -16,6 +16,8 @@
*.pyc *.pyc
*.swp *.swp
.DS_Store .DS_Store
.vscode
.vscode/*
/trunk/Makefile /trunk/Makefile
/trunk/objs /trunk/objs
/trunk/src/build-qt-Desktop-Debug /trunk/src/build-qt-Desktop-Debug

2
trunk/.gitignore vendored
View file

@ -34,8 +34,6 @@
/research/speex/ /research/speex/
/test/ /test/
.DS_Store .DS_Store
.vscode
.vscode/*
srs srs
*.dSYM/ *.dSYM/
*.gcov *.gcov