Files
GhidRust/.gitignore
Dhruv Maroo 1475238074 Initial extension set up
* Extension help can be found in the "Help" section in Ghidra
  * Extension build script, LICENSE and README added
2023-04-11 23:06:09 +05:30

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