mirror of
https://github.com/DMaroo/GhidRust.git
synced 2026-01-08 10:23:49 +01:00
* Extension help can be found in the "Help" section in Ghidra * Extension build script, LICENSE and README added
22 lines
178 B
Plaintext
22 lines
178 B
Plaintext
# temp files
|
|
tmp/
|
|
|
|
# editor config files
|
|
.idea/
|
|
.vscode/
|
|
.settings/
|
|
|
|
# build directories
|
|
bin/
|
|
build/
|
|
dist/
|
|
|
|
# gradle files
|
|
.gradle/
|
|
gradle/
|
|
gradlew
|
|
gradlew.bat
|
|
|
|
# misc
|
|
.DS_Store
|