Files
dotfiles/git/.config/git/global_gitignore

15 lines
158 B
Plaintext

# CPP files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
compile_commands.json
Debug/
/**/*.o
# LaTeX
auto/
# Misc
.*.swp
.#*
.DS_Store
# Python
.mypy_cache