1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-08-27 16:26:34 -04:00
sdrangel/.gitignore
2022-06-25 10:08:29 +02:00

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/