quicktex/.gitignore

37 lines
334 B
Plaintext
Raw Permalink Normal View History

2021-01-28 22:40:01 +00:00
# Python
env/
2021-03-06 22:18:08 +00:00
dist/
build/
*.egg-info
2021-03-09 09:25:20 +00:00
*.pyc
2021-04-04 04:04:54 +00:00
*.pyi
2021-01-28 22:40:01 +00:00
2021-03-15 09:49:34 +00:00
#sphinx
docs/_build/
2021-04-04 04:04:54 +00:00
#mypy
out
# Test images
tests/images/
2021-01-28 22:40:01 +00:00
# IDEs
**/.idea
2021-03-24 04:45:05 +00:00
# binaries
*.so
2021-01-28 22:40:01 +00:00
2021-03-24 04:45:05 +00:00
# cmake
2021-01-28 22:40:01 +00:00
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
2021-02-06 03:44:19 +00:00
cmake-build-*