dot-files/git/.config/git/ignore

29 lines
268 B
Plaintext
Raw Normal View History

2019-07-11 13:54:59 +02:00
# No binary files
*.so
*.o
*.a
*.out
2020-02-03 15:35:13 +01:00
# Local scripts
.localrc
# Python files
env/
__pycache__/
*.py[cod]
.mypy_cache/
.dmypy.json
dmypy.json
# Build system files
compile_commands.json
2020-02-22 17:43:26 +01:00
# Debugger files
.gdb_history
2020-10-14 16:36:53 +02:00
# LSP cache
.clangd/
# Swap and backup files
*~