sdrangel/.gitignore

47 wiersze
731 B
Plaintext

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
build*/
2020-06-15 21:21:44 +00:00
debug/
2018-03-08 17:53:02 +00:00
qtbuild/*
sdriq/*
presets/*
LOCAL/*
.cproject
.flatpak-builder/
2018-03-08 17:53:02 +00:00
.project
.pydevproject
.vscode/
.settings/
*.cs
*.pro.user
.idea/*
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/*
**/venv*/
2018-12-19 07:52:18 +00:00
*.pyc
.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/
/.vs