lasp/.gitignore

27 lines
279 B
Plaintext
Raw Normal View History

2018-01-29 16:14:50 +01:00
*.a
2018-09-21 09:17:57 +02:00
*.pyc
2022-07-20 14:58:48 +02:00
*.so
*.dll
*.pyd
.ninja*
build.ninja
dist
_deps
compile_commands.json
2018-01-29 16:14:50 +01:00
CMakeFiles
CMakeCache.txt
cmake_install.cmake
Makefile
__pycache__
2018-02-06 12:02:07 +01:00
doc
.ropeproject
.ipynb_checkpoints
2019-10-27 14:31:59 +01:00
.spyproject
acme_log.log
2023-07-14 16:42:05 +02:00
.venv
.py-build-cmake_cache
cpp_src/lasp_config.h
.cache
.vscode
build