1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-05-30 05:52:24 -04:00

Added .vscode folder to .gitignore

This commit is contained in:
f4exb 2018-03-08 18:53:02 +01:00
parent f3d9f6191e
commit 5fa4454b5a
2 changed files with 22 additions and 21 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@ sdrangelove.supp
.cproject .cproject
.project .project
.pydevproject .pydevproject
.vscode/
.settings/ .settings/
*.cs *.cs
*.pro.user *.pro.user

View File

@ -15,7 +15,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>. // // along with this program. If not, see <http://www.gnu.org/licenses/>. //
/////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////
#include "../../channelrx/demoddsd/dsddecoder.h" #include "dsddecoder.h"
#include <QtGlobal> #include <QtGlobal>
#include "audio/audiofifo.h" #include "audio/audiofifo.h"