From 11764c370fc9828699dd7feaa1f137df8d09812f Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 1 Feb 2021 01:09:14 +0100 Subject: [PATCH] Ignore auctex folder --- git/.config/git/global_gitignore | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/git/.config/git/global_gitignore b/git/.config/git/global_gitignore index 5c968bf..94353cd 100644 --- a/git/.config/git/global_gitignore +++ b/git/.config/git/global_gitignore @@ -5,11 +5,10 @@ cmake_install.cmake compile_commands.json Debug/ .ccls-cache -/**/*.o -bin -obj/ +*.o # LaTeX -/**/auto/ +auto +.auctex-auto # Misc .*.swp .#* @@ -18,7 +17,7 @@ obj/ .DS_Store # Python .mypy_cache -**/__pycache__ +__pycache__ # Emacs .dir-locals.el # Dev environment with Nix