From b15920862b0bce185420add229d3258661abbfc4 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Thu, 1 Jun 2023 15:44:46 +0200 Subject: [PATCH] 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 --- .config/git/ignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/git/ignore b/.config/git/ignore index 2c21492..381ee79 100644 --- a/.config/git/ignore +++ b/.config/git/ignore @@ -23,3 +23,6 @@ __pycache__/ # Ignore python virtual environment /venv/ + +# Ignore latex build folder +tex_build/