diff options
| author | 2026-04-11 16:00:01 +0100 | |
|---|---|---|
| committer | 2026-04-11 16:00:01 +0100 | |
| commit | 3b2a4eb59dcb5368d62914f956349d2dd91eb676 (patch) | |
| tree | 10304064ff9c8fb600115a987267ca21a1c0ff03 /home/.config/git/ignore | |
| parent | c9819e76c4e526f733b3d3cd1b695a6bd548c611 (diff) | |
| download | dotfiles-3b2a4eb59dcb5368d62914f956349d2dd91eb676.tar.gz dotfiles-3b2a4eb59dcb5368d62914f956349d2dd91eb676.tar.bz2 dotfiles-3b2a4eb59dcb5368d62914f956349d2dd91eb676.zip | |
git: only ignore comp DBs at the repo root
Diffstat (limited to 'home/.config/git/ignore')
| -rw-r--r-- | home/.config/git/ignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/.config/git/ignore b/home/.config/git/ignore index ff3b20a..97d059d 100644 --- a/home/.config/git/ignore +++ b/home/.config/git/ignore @@ -10,7 +10,7 @@ .venv/ __pycache__/ build*/ -compile_commands.json +/compile_commands.json env/ node_modules/ venv/ @@ -19,4 +19,4 @@ venv/ .nvim.lua .nvim/ .ignore -tablegen_compile_commands.yml +/tablegen_compile_commands.yml |
