mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
.claudeignore
This commit is contained in:
parent
9e42d35157
commit
2f6fc2c2b8
1 changed files with 81 additions and 0 deletions
81
.claudeignore
Normal file
81
.claudeignore
Normal file
|
|
@ -0,0 +1,81 @@
|
|||
# Build artifacts
|
||||
build*/
|
||||
output/
|
||||
*.o
|
||||
*.a
|
||||
*.elf
|
||||
*.map
|
||||
*.rock
|
||||
*.zip
|
||||
|
||||
# Generated files
|
||||
autoconf.h
|
||||
rbversion.h
|
||||
*.dep
|
||||
*.d
|
||||
|
||||
# Documentation (large, rarely needed)
|
||||
docs/
|
||||
manual/
|
||||
|
||||
# Fonts and graphics (binary)
|
||||
fonts/
|
||||
icons/
|
||||
wps/
|
||||
themes/
|
||||
backdrop/
|
||||
*.bmp
|
||||
*.png
|
||||
*.jpg
|
||||
*.fnt
|
||||
|
||||
# Voice/audio files
|
||||
voices/
|
||||
*.voice
|
||||
*.talk
|
||||
*.wav
|
||||
*.mp3
|
||||
|
||||
# Codecs (can read individually if needed)
|
||||
lib/rbcodec/codecs/lib*/
|
||||
|
||||
# Simulators for other platforms
|
||||
uisimulator/
|
||||
|
||||
# Third-party libraries
|
||||
lib/unwarminder/
|
||||
lib/tlsf/
|
||||
lib/fixedpoint/
|
||||
|
||||
# Other targets (keep ipod, arm)
|
||||
firmware/target/mips/
|
||||
firmware/target/coldfire/
|
||||
firmware/target/hosted/
|
||||
firmware/target/sh/
|
||||
|
||||
# Test files
|
||||
lib/rbcodec/test/
|
||||
|
||||
# Translations (large)
|
||||
apps/lang/
|
||||
|
||||
# Plugins (large, can read individually)
|
||||
apps/plugins/lib/
|
||||
apps/plugins/doom/
|
||||
apps/plugins/sdl/
|
||||
apps/plugins/lua/
|
||||
apps/plugins/mikmod/
|
||||
apps/plugins/midi/
|
||||
apps/plugins/mpegplayer/
|
||||
apps/plugins/pacbox/
|
||||
apps/plugins/pdbox/
|
||||
apps/plugins/rockboy/
|
||||
apps/plugins/zxbox/
|
||||
apps/plugins/xrick/
|
||||
apps/plugins/duke3d/
|
||||
apps/plugins/wolf3d/
|
||||
apps/plugins/quake/
|
||||
|
||||
# Utility binaries
|
||||
utils/*/build/
|
||||
utils/*/obj/
|
||||
Loading…
Add table
Add a link
Reference in a new issue