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