lasp/.gitignore

28 lines
341 B
Plaintext
Raw Normal View History

2018-01-29 15:14:50 +00:00
*.a
2018-09-21 07:17:57 +00:00
*.pyc
dist
2018-01-29 15:14:50 +00:00
CMakeFiles
CMakeCache.txt
cmake_install.cmake
lasp/*.cpp
2018-01-29 15:14:50 +00:00
Makefile
build
*.html
__pycache__
cython_debug
lasp/config.pxi
lasp/wrappers.c
lasp/resources_rc.py
2018-01-29 15:14:50 +00:00
*.so
test/test_bf
test/test_fft
test/test_math
test/test_workers
2018-02-06 11:02:07 +00:00
doc
LASP.egg-info
lasp_octave_fir.*
lasp/ui_*
resources_rc.py
lasp/device/lasp_daqdevice.c
.ropeproject