gitignore

This commit is contained in:
thek4n 2025-04-03 11:01:31 +03:00
parent da43e8cc09
commit 0171dd5120
2 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ CMakeFiles
*.o *.o
a.out a.out
*.exe *.exe
*.ipk
build/ build/
dist/ dist/

View File

@ -124,4 +124,4 @@ return {
'neovim/nvim-lspconfig', 'neovim/nvim-lspconfig',
event = "InsertEnter", event = "InsertEnter",
}, },
} }