mirror of
https://github.com/encounter/objdiff.git
synced 2025-07-13 16:45:54 +00:00
* Fix missing dependency feature for objdiff-gui * Update .gitignore * Display decoded rlwinm info to hover tooltip * Remove trailing newline when displaying decoded rlwinm info * Change variable name * Also update variable name in rlwinm.rs
22 lines
170 B
Plaintext
22 lines
170 B
Plaintext
# Rust
|
|
target/
|
|
**/*.rs.bk
|
|
generated/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# JetBrains
|
|
.idea
|
|
|
|
# Generated SPIR-V
|
|
*.spv
|
|
|
|
# project
|
|
textures/
|
|
android.keystore
|
|
*.frag
|
|
*.vert
|
|
*.metal
|
|
.vscode/
|