You've already forked HackerSM64
mirror of
https://github.com/HackerN64/HackerSM64.git
synced 2026-01-21 10:35:32 -08:00
119 lines
2.3 KiB
Plaintext
119 lines
2.3 KiB
Plaintext
# Object files
|
|
*.o
|
|
*.obj
|
|
*.elf
|
|
|
|
# Linker output
|
|
*.ilk
|
|
*.exp
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Libraries
|
|
*.lib
|
|
*.a
|
|
*.la
|
|
*.lo
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
*.hex
|
|
|
|
# Debug files
|
|
*.dSYM/
|
|
*.su
|
|
*.idb
|
|
*.pdb
|
|
|
|
# datadump
|
|
/tools/ddump/*
|
|
|
|
# Text editor remnants
|
|
*.swp
|
|
.vscode/*
|
|
|
|
# General project-specific ignores
|
|
doxygen/doxygen/*
|
|
build/*
|
|
*.dump
|
|
*.mio0
|
|
*.z64
|
|
*.map
|
|
.assets-local.txt
|
|
|
|
# Assets. Generally ignored, but ones with "custom" in the name are fine.
|
|
/levels/**/*.png
|
|
/actors/**/*.png
|
|
/textures/**/*.png
|
|
/assets/**/*.bin
|
|
/sound/**/*.m64
|
|
/sound/**/*.aiff
|
|
!/levels/**/*custom*.png
|
|
!/levels/**/*custom*/**/*.png
|
|
!/actors/**/*custom*.png
|
|
!/actors/**/*custom*/**/*.png
|
|
!/textures/**/*custom*.png
|
|
!/textures/**/*custom*/**/*.png
|
|
!/sound/**/*custom*.m64
|
|
!/sound/**/*custom*/**/*.m64
|
|
!/sound/**/*custom*.aiff
|
|
!/sound/**/*custom*/**/*.aiff
|
|
!/assets/**/*custom*.bin
|
|
!/assets/**/*custom*/**/*.bin
|
|
!/textures/crash_custom/*.png
|
|
|
|
# Specific assets
|
|
!/actors/breath_meter/breath_meter_*.png
|
|
!/actors/coin/coin_*.ia8.png
|
|
!/textures/segment2/light_quarter_circle.ia16.png
|
|
!/textures/segment2/segment2.hud_char_j.rgba16.png
|
|
!/textures/segment2/segment2.hud_char_q.rgba16.png
|
|
!/textures/segment2/segment2.hud_char_v.rgba16.png
|
|
!/textures/segment2/segment2.hud_char_x.rgba16.png
|
|
!/textures/segment2/segment2.hud_char_z.rgba16.png
|
|
!/textures/segment2/segment2.umlaut_us.rgba16.png
|
|
!/textures/segment2/segment2.beta_key.rgba16.png
|
|
!/textures/segment2/segment2.decimal_point.rgba16.png
|
|
!/textures/segment2/segment2.exclamation.rgba16.png
|
|
!/textures/segment2/segment2.double_exclamation.rgba16.png
|
|
!/textures/segment2/segment2.question.rgba16.png
|
|
!/textures/segment2/segment2.ampersand.rgba16.png
|
|
!/textures/segment2/segment2.percent.rgba16.png
|
|
!/textures/segment2/segment2.minus.rgba16.png
|
|
!/textures/segment2/segment2.minus2.rgba16.png
|
|
!/textures/segment2/segment2.yellow_coin.rgba16.png
|
|
!/textures/segment2/segment2.blue_coin.rgba16.png
|
|
!/textures/segment2/segment2.red_coin.rgba16.png
|
|
!/textures/segment2/segment2.silver_coin.*.png
|
|
!/textures/segment2/shadow_quarter_circle_64.ia8.png
|
|
!/textures/segment2/shadow_quarter_square_64.ia8.png
|
|
|
|
|
|
|
|
# libultra
|
|
|
|
!/lib/**/*.o
|
|
!/lib/*.a
|
|
lib/libs2d_engine.a
|
|
!/lib/gcclib/*.a
|
|
!/lib/gcclib/divbreak/*.a
|
|
!/lib/gcclib/nocheck/*.a
|
|
!/lib/gcclib/trap/*.a
|
|
!/lib/n64/*.a
|
|
!/lib/ique/*.a
|
|
|
|
!/lib/PR/hvqm/*.o
|
|
|
|
# .orig files
|
|
*.orig
|