dotfiles/git/.config/git/global_gitignore

34 lines
341 B
Plaintext

# CPP files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
compile_commands.json
Debug/
.ccls-cache
*.o
# LaTeX
auto
.auctex-auto
# Misc
.*.swp
.#*
*.log
.DS_Store
# Python
.mypy_cache
__pycache__
# Emacs
.dir-locals.el
# Dev environment with Nix
.envrc
.direnv
.mysql
.pgdata
# Lock files
# Java
*.class
*.jar
.classpath
.project
.settings