nix-config/home/git/default.ignore
Bruno BELANYI 9dd3dceb83
All checks were successful
continuous-integration/drone/push Build is passing
home: ssh: add 'work' host
2022-01-25 15:53:01 +01:00

31 lines
283 B
Plaintext

# C/C++ binary files
*.so
*.o
*.a
*.out
# Python files
env/
__pycache__/
*.py[cod]
.mypy_cache/
.dmypy.json
dmypy.json
# Build system files
compile_commands.json
# Debugger files
.gdb_history
# LSP cache
.clangd/
# Swap and backup files
*~
~.swp
# Direnv files
.envrc
.direnv/