mirror of
https://github.com/encounter/objdiff.git
synced 2025-08-06 20:25:51 +00:00
* Basic integration * Implement basic right click option Needs lotsa work * nothing to worry about * Convert extab diff to separate view * Make clippy and fmt shut up * Make clippy fmt shut up for real this time * Print extab/extabindex symbol names in extab view * I hate fmt * Basic integration * Implement basic right click option Needs lotsa work * nothing to worry about * Convert extab diff to separate view * Make clippy and fmt shut up * Make clippy fmt shut up for real this time * Print extab/extabindex symbol names in extab view * I hate fmt * Fix scroll position not being maintained from extab view * Silly me * Add rlwinm decoder window * Remove extra files * Create Cargo.lock * Show extab symbol names in hover window * Appease fmt * Update symbol_diff.rs * Update symbol_diff.rs * Get extab symbol from extabindex relocations instead * Update Cargo.lock * Update Cargo.lock
26 lines
210 B
Plaintext
26 lines
210 B
Plaintext
# Rust
|
|
target/
|
|
**/*.rs.bk
|
|
generated/
|
|
|
|
# cargo-mobile
|
|
.cargo/
|
|
/gen
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# JetBrains
|
|
.idea
|
|
|
|
# Generated SPIR-V
|
|
*.spv
|
|
|
|
# project
|
|
textures/
|
|
android.keystore
|
|
*.frag
|
|
*.vert
|
|
*.metal
|
|
.vscode/launch.json
|