mcghidra/.gitignore
Ryan Malloy a3ad70d302
Some checks are pending
Build Ghidra Plugin / build (push) Waiting to run
refactor: Simplify Docker setup and modernize project structure
- Switch from Java to Python scripts (avoids OSGi bundle issues)
- Update pyproject.toml with proper src layout and ruff config
- Add binaries/ and ghidra-src/ to gitignore
- Clean up Module.manifest
2026-01-26 13:50:36 -07:00

60 lines
589 B
Plaintext

# Maven target directory
/target/
# Compiled class files
*.class
# Logs
*.log
# IDE files
# IntelliJ
.idea/
*.iml
*.iws
out/
# Eclipse
.project
.classpath
.settings/
bin/
# VS Code
.vscode/
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Thumbnails
._*
# macOS metadata files
.Spotlight-V100
.Trashes
# Maven Wrapper
.mvn/
!/.mvn/wrapper/maven-wrapper.jar
mvnw
mvnw.cmd
# Environment files
.env
.env.*
# Java crash logs (if any)
hs_err_pid*
replay_pid*
/__pycache__
# Docker volumes and binaries
/binaries/*
!/binaries/.gitkeep
# Ghidra source (fetched separately)
/ghidra-src/