2022-01-22 09:10:00 +00:00
|
|
|
**/core*
|
2018-03-08 17:53:02 +00:00
|
|
|
CMakeLists.txt.user*
|
2022-06-25 08:08:29 +00:00
|
|
|
CMakeUserPresets.json
|
2019-03-04 11:01:22 +00:00
|
|
|
build*/
|
2020-06-15 21:21:44 +00:00
|
|
|
debug/
|
2018-03-08 17:53:02 +00:00
|
|
|
qtbuild/*
|
|
|
|
sdriq/*
|
|
|
|
presets/*
|
|
|
|
LOCAL/*
|
|
|
|
.cproject
|
2019-07-03 23:49:17 +00:00
|
|
|
.flatpak-builder/
|
2018-03-08 17:53:02 +00:00
|
|
|
.project
|
|
|
|
.pydevproject
|
|
|
|
.vscode/
|
|
|
|
.settings/
|
|
|
|
*.cs
|
2024-07-16 19:42:31 +00:00
|
|
|
*.orig
|
2018-03-08 17:53:02 +00:00
|
|
|
*.pro.user
|
2024-07-16 19:42:31 +00:00
|
|
|
*.rej
|
2018-03-08 17:53:02 +00:00
|
|
|
.idea/*
|
2018-10-08 23:06:39 +00:00
|
|
|
rescuesdriq/rescuesdriq
|
2018-03-08 17:53:02 +00:00
|
|
|
debian/sdrangel/*
|
|
|
|
debian/sdrangel.substvars
|
|
|
|
debian/files
|
|
|
|
debian/sdrangel.debhelper.log
|
|
|
|
debian/debhelper-build-stamp
|
|
|
|
obj-x86_64-linux-gnu/*
|
2019-03-25 00:15:27 +00:00
|
|
|
**/venv*/
|
2018-12-19 07:52:18 +00:00
|
|
|
*.pyc
|
2019-05-02 14:07:37 +00:00
|
|
|
.DS_Store
|
2021-08-13 10:54:37 +00:00
|
|
|
|
|
|
|
### 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/
|
2024-06-16 09:31:13 +00:00
|
|
|
/.vs
|
|
|
|
|
|
|
|
# WDSP
|
|
|
|
wdsp/*.o
|
|
|
|
wdsp/*.h
|
|
|
|
wdsp/*.c
|
|
|
|
wdsp/Makefile
|