Update .clangd and gitignore

This commit is contained in:
tobid7 2024-05-18 19:28:58 +02:00
parent f3291963d4
commit 8deb589399
2 changed files with 5 additions and 1 deletions

2
.clangd Normal file
View File

@ -0,0 +1,2 @@
CompileFlags:
Add: [-I/opt/devkitpro/libctru/include, -I/opt/devkitpro/portlibs/3ds/include, -Iinclude, -Ird7tf/source]

4
.gitignore vendored
View File

@ -3,10 +3,12 @@ rd7le/
*.DS_Store*
rd7tf/build
rd7tf/rd7tf.*
.cache/
compile_commands.json
# DOCS
docs/*
!docs/javascripts
!docs/overrides
!docs/stylesheets
site/*
site/*