Ignore auctex folder

This commit is contained in:
coolneng 2021-02-01 01:09:14 +01:00
parent f6a81d185c
commit 11764c370f
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 4 additions and 5 deletions

View File

@ -5,11 +5,10 @@ cmake_install.cmake
compile_commands.json compile_commands.json
Debug/ Debug/
.ccls-cache .ccls-cache
/**/*.o *.o
bin
obj/
# LaTeX # LaTeX
/**/auto/ auto
.auctex-auto
# Misc # Misc
.*.swp .*.swp
.#* .#*
@ -18,7 +17,7 @@ obj/
.DS_Store .DS_Store
# Python # Python
.mypy_cache .mypy_cache
**/__pycache__ __pycache__
# Emacs # Emacs
.dir-locals.el .dir-locals.el
# Dev environment with Nix # Dev environment with Nix