1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-09-02 21:27:48 -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

41
.gitignore vendored
View File

@ -1,20 +1,21 @@
CMakeLists.txt.user* CMakeLists.txt.user*
build* build*
qtbuild/* qtbuild/*
sdriq/* sdriq/*
presets/* presets/*
LOCAL/* LOCAL/*
sdrangelove.supp sdrangelove.supp
.cproject .cproject
.project .project
.pydevproject .pydevproject
.settings/ .vscode/
*.cs .settings/
*.pro.user *.cs
.idea/* *.pro.user
debian/sdrangel/* .idea/*
debian/sdrangel.substvars debian/sdrangel/*
debian/files debian/sdrangel.substvars
debian/sdrangel.debhelper.log debian/files
debian/debhelper-build-stamp debian/sdrangel.debhelper.log
obj-x86_64-linux-gnu/* debian/debhelper-build-stamp
obj-x86_64-linux-gnu/*

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"