sdrangel/.gitignore

47 lines
731 B
Plaintext
Raw Permalink Normal View History

2022-01-22 04:10:00 -05:00
**/core*
2018-03-08 12:53:02 -05:00
CMakeLists.txt.user*
2022-06-25 04:08:29 -04:00
CMakeUserPresets.json
build*/
2020-06-15 17:21:44 -04:00
debug/
2018-03-08 12:53:02 -05:00
qtbuild/*
sdriq/*
presets/*
LOCAL/*
.cproject
.flatpak-builder/
2018-03-08 12:53:02 -05:00
.project
.pydevproject
.vscode/
.settings/
*.cs
*.pro.user
.idea/*
rescuesdriq/rescuesdriq
2018-03-08 12:53:02 -05: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 02:52:18 -05:00
*.pyc
.DS_Store
2021-08-13 06:54:37 -04: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