mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-10-31 15:07:12 -04:00
46 lines
725 B
Plaintext
46 lines
725 B
Plaintext
**/core*
|
|
CMakeLists.txt.user*
|
|
CMakeUserPresets.json
|
|
build*/
|
|
debug/
|
|
qtbuild/*
|
|
sdriq/*
|
|
presets/*
|
|
LOCAL/*
|
|
.cproject
|
|
.flatpak-builder/
|
|
.project
|
|
.pydevproject
|
|
.vscode/
|
|
.settings/
|
|
*.cs
|
|
*.pro.user
|
|
.idea/*
|
|
rescuesdriq/rescuesdriq
|
|
debian/sdrangel/*
|
|
debian/sdrangel.substvars
|
|
debian/files
|
|
debian/sdrangel.debhelper.log
|
|
debian/debhelper-build-stamp
|
|
obj-x86_64-linux-gnu/*
|
|
**/venv*/
|
|
*.pyc
|
|
.DS_Store
|
|
|
|
### Go ###
|
|
# Binaries for programs and plugins
|
|
/rescuesdriq/*.exe
|
|
/rescuesdriq/*.exe~
|
|
/rescuesdriq/*.dll
|
|
/rescuesdriq/*.so
|
|
/rescuesdriq/*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
/rescuesdriq/*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
/rescuesdriq/*.out
|
|
|
|
/rescuesdriq/vendor/
|
|
/rescuesdriq/Godeps/
|