autocmake/.gitignore
2022-10-24 14:14:14 +02:00

19 lines
270 B
Plaintext

.cache/
venv/
*.pyc
__pycache__/
# generated by unit tests
test/*/CMakeLists.txt
test/*/build*/
test/*/cmake/update.py
test/*/cmake/autocmake/
test/*/cmake/downloaded/
test/*/setup
test/*/cmake_output
# generated by doc/extract_rst.py
doc/module-reference.rst
.idea/