autocmake/.gitignore
Radovan Bast bafae8ab61 avoid code duplication with local cmake modules; fixes #32
the directory for downloaded modules is renamed from modules/ to downloaded/
2015-07-17 10:37:01 +02:00

14 lines
225 B
Plaintext

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