quicktex/.gitignore
drewcassidy faa7e4df08 Remove test images as a submodule
They were causing problems for users without LFS installed, and unnecessary except for tests
2021-04-13 01:15:59 -07:00

37 lines
334 B
Plaintext

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