You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
quicktex/.gitignore

36 lines
320 B
Plaintext

3 years ago
# Python
env/
dist/
build/
*.egg-info
3 years ago
*.pyc
3 years ago
*.pyi
*.whl
*.tar.gz
3 years ago
#sphinx
docs/_build/
3 years ago
#mypy
out
3 years ago
# IDEs
**/.idea
3 years ago
# binaries
*.so
3 years ago
3 years ago
# cmake
3 years ago
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
cmake-build-*