Files
dotfiles/git/.config/git/global_gitignore
2020-12-11 12:35:48 +01:00

28 lines
292 B
Plaintext

# CPP files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
compile_commands.json
Debug/
.ccls-cache
/**/*.o
bin
obj/
# LaTeX
/**/auto/
# Misc
.*.swp
.#*
.DS_Store
# Python
.mypy_cache
**/__pycache__
# Emacs
.dir-locals.el
# Dev environment with Nix
.envrc
.mysql
.direnv
# Lock files
*.*lock