diff options
Diffstat (limited to 'home/.config/git/ignore')
| -rw-r--r-- | home/.config/git/ignore | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/home/.config/git/ignore b/home/.config/git/ignore index 97d059d..07d5ee0 100644 --- a/home/.config/git/ignore +++ b/home/.config/git/ignore @@ -2,17 +2,15 @@ *.tar.gz *.tar.zst *.zip -*/.cache/clangd/index/ -*/node_modules/ .SRCINFO -.cache/clangd/index/ -.env/ -.venv/ +**/.cache/clangd/index/ __pycache__/ build*/ /compile_commands.json -env/ node_modules/ +.env/ +.venv/ +env/ venv/ .gdbinit .lldbinit @@ -20,3 +18,4 @@ venv/ .nvim/ .ignore /tablegen_compile_commands.yml +.git.copilot |
