mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
Added .vscode folder to .gitignore
This commit is contained in:
parent
f3d9f6191e
commit
5fa4454b5a
41
.gitignore
vendored
41
.gitignore
vendored
@ -1,20 +1,21 @@
|
||||
CMakeLists.txt.user*
|
||||
build*
|
||||
qtbuild/*
|
||||
sdriq/*
|
||||
presets/*
|
||||
LOCAL/*
|
||||
sdrangelove.supp
|
||||
.cproject
|
||||
.project
|
||||
.pydevproject
|
||||
.settings/
|
||||
*.cs
|
||||
*.pro.user
|
||||
.idea/*
|
||||
debian/sdrangel/*
|
||||
debian/sdrangel.substvars
|
||||
debian/files
|
||||
debian/sdrangel.debhelper.log
|
||||
debian/debhelper-build-stamp
|
||||
obj-x86_64-linux-gnu/*
|
||||
CMakeLists.txt.user*
|
||||
build*
|
||||
qtbuild/*
|
||||
sdriq/*
|
||||
presets/*
|
||||
LOCAL/*
|
||||
sdrangelove.supp
|
||||
.cproject
|
||||
.project
|
||||
.pydevproject
|
||||
.vscode/
|
||||
.settings/
|
||||
*.cs
|
||||
*.pro.user
|
||||
.idea/*
|
||||
debian/sdrangel/*
|
||||
debian/sdrangel.substvars
|
||||
debian/files
|
||||
debian/sdrangel.debhelper.log
|
||||
debian/debhelper-build-stamp
|
||||
obj-x86_64-linux-gnu/*
|
||||
|
@ -15,7 +15,7 @@
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>. //
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "../../channelrx/demoddsd/dsddecoder.h"
|
||||
#include "dsddecoder.h"
|
||||
|
||||
#include <QtGlobal>
|
||||
#include "audio/audiofifo.h"
|
||||
|
Loading…
Reference in New Issue
Block a user