mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-03 20:03:50 +00:00
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:
parent
3499a7f0ee
commit
4ea36250be
2 changed files with 31 additions and 17 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue