mirror of
https://github.com/DMaroo/GhidRust.git
synced 2026-03-27 15:04:03 +01:00
Initial extension set up
* Extension help can be found in the "Help" section in Ghidra * Extension build script, LICENSE and README added
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
# temp files
|
||||
tmp/
|
||||
|
||||
# editor config files
|
||||
.idea/
|
||||
.vscode/
|
||||
.settings/
|
||||
|
||||
# build directories
|
||||
bin/
|
||||
build/
|
||||
dist/
|
||||
|
||||
# gradle files
|
||||
.gradle/
|
||||
gradle/
|
||||
gradlew
|
||||
gradlew.bat
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user