chore: expand gitignore, document PKGBUILD deps, fix branch ref

- .gitignore: add compile_commands.json, language server caches
  (.ccls-cache, .cache/clangd), and tag files (ctags, cscope)
- PKGBUILD: add per-dependency comments explaining purpose (SRP auth,
  Warden emulation, MPQ extraction, shader compilation, etc.)
- PKGBUILD: fix source branch from main → master (matches remote HEAD)
This commit is contained in:
Kelsi 2026-03-30 18:42:02 -07:00
parent 3499a7f0ee
commit 4ea36250be
2 changed files with 31 additions and 17 deletions

14
.gitignore vendored
View file

@ -46,6 +46,20 @@ wowee
*~
.DS_Store
# Compilation database (regenerated by cmake)
compile_commands.json
# Language server caches
.ccls
.ccls-cache/
.cache/clangd/
# Tags
tags
TAGS
.tags
cscope.out
# External dependencies (except submodules and vendored headers)
extern/*
!extern/.gitkeep