chore(.gitignore): Ignore generate directories

This commit is contained in:
Benedikt Peetz 2024-05-04 20:43:58 +02:00
parent 8228e2fd60
commit 9f38d2e600
1 changed files with 6 additions and 1 deletions

7
.gitignore vendored
View File

@ -30,10 +30,15 @@ trinitrix.log
# build # build
/target /target
/result /result
# generate by trixy for the c headers
/dist
# IDE stuff # IDE stuff
.idea .idea
.direnv .direnv
# Lua LS stuff # LS
## lua
.luarc.json .luarc.json
## c
.ccls-cache