Ignore .vscode in git.
This commit is contained in:
parent
d28e82962d
commit
65e8835fb5
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -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
2
trunk/.gitignore
vendored
|
|
@ -34,8 +34,6 @@
|
||||||
/research/speex/
|
/research/speex/
|
||||||
/test/
|
/test/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.vscode
|
|
||||||
.vscode/*
|
|
||||||
srs
|
srs
|
||||||
*.dSYM/
|
*.dSYM/
|
||||||
*.gcov
|
*.gcov
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user