lasp/.gitignore

29 lines
316 B
Plaintext
Raw Normal View History

2018-01-29 15:14:50 +00:00
*.a
2018-09-21 07:17:57 +00:00
*.pyc
2022-07-20 12:58:48 +00:00
*.so
*.dll
*.pyd
.ninja*
build.ninja
dist
src/lasp.egg-info
test/.ipynb_checkpoints
src/lasp/lasp_config.h
_deps
compile_commands.json
2018-01-29 15:14:50 +00:00
CMakeFiles
CMakeCache.txt
cmake_install.cmake
Makefile
build
__pycache__
cython_debug
2018-02-06 11:02:07 +00:00
doc
.ropeproject
.ipynb_checkpoints
2019-10-27 13:31:59 +00:00
.spyproject
2022-05-17 13:07:34 +00:00
.cache
2022-07-20 12:58:48 +00:00
_skbuild
acme_log.log
testenv