git:ignore: Add tex_build

When compiling a document from inside vim, build files will be written
to tex_build. Ignore them. See .config/vim/ftplugin/tex.vim
This commit is contained in:
2023-06-01 15:44:46 +02:00
parent 5d4954f10e
commit b15920862b

View File

@@ -23,3 +23,6 @@ __pycache__/
# Ignore python virtual environment
/venv/
# Ignore latex build folder
tex_build/