mirror of
https://github.com/jopohl/urh.git
synced 2026-03-25 01:16:59 +01:00
* use pxi for config * make cython mandatory + use pxi for conditional build * remove build artifacts from git repo * exit if cython not installed * update gitignore * update requirements and changelog * fix parameter * do not use multiprocessing for cython * fix hackrf cython header * fix include dirs * add output * add output * paths must be absolute for windows cython * update package data * make a appveyor test release * Revert "make a appveyor test release" This reverts commit46b09e146e. * Update appveyor.yml * update gitignore and config.pxi * Revert "update gitignore and config.pxi" This reverts commit5e5d029e31. * update config.pxi
52 lines
906 B
Plaintext
52 lines
906 B
Plaintext
# C extensions
|
|
*.so
|
|
|
|
.coverage
|
|
|
|
# Pycharm
|
|
.idea/
|
|
|
|
src/__pycache__/
|
|
src/urh/__pycache__/
|
|
__pycache__/
|
|
build/
|
|
src/urh/awre/__pycache__/
|
|
src/urh/awre/components/__pycache__/
|
|
src/urh/controller/__pycache__/
|
|
src/urh/cythonext/__pycache__/
|
|
src/urh/dev/__pycache__/
|
|
src/urh/dev/gr/__pycache__/
|
|
*.pyc
|
|
src/urh/dev/native/__pycache__/
|
|
src/urh/dev/native/lib/__pycache__/
|
|
src/urh/models/__pycache__/
|
|
src/urh/plugins/MessageBreak/__pycache__/
|
|
src/urh/plugins/ZeroHide/__pycache__/
|
|
src/urh/plugins/__pycache__/
|
|
src/urh/signalprocessing/__pycache__/
|
|
src/urh/ui/__pycache__/
|
|
src/urh/ui/actions/__pycache__/
|
|
src/urh/ui/delegates/__pycache__/
|
|
src/urh/ui/views/__pycache__/
|
|
src/urh/util/__pycache__/
|
|
tmp/
|
|
dist/
|
|
src/urh.egg-info/
|
|
.cache/
|
|
tests/data/URHProject.xml
|
|
src/urh/cythonext/*.html
|
|
/tests/show_gui
|
|
|
|
hackrf.cpp
|
|
airspy.cpp
|
|
limesdr.cpp
|
|
rtlsdr.cpp
|
|
sdrplay.cpp
|
|
usrp.c
|
|
|
|
path_creator.cpp
|
|
signalFunctions.cpp
|
|
util.cpp
|
|
|
|
misc/*
|