ghidra/.gitignore

71 lines
811 B
Plaintext

excludedFiles.txt
ghidra.repos.config
# Misc files produced while executing application
repositories/
Ghidra/.ghidraSvrKeys
wrapper.log*
Thumbs.db
.DS_Store
.svn
/*/*/*/*/*/bin/
/*/*/*/*/*/build/
/*/*/*/*/bin/
/*/*/*/*/build/
/*/*/*/bin/
/*/*/*/build/
/*/*/bin/
/*/*/build/
/*/bin/
/*/build/
/build/
/bin/
**/dist
# Ignore Sleigh generated files
*.sla
**/data/build.xml
# Misc files
*.setting
*.settings
*.directory
.gradle/
# File locks
*.ulock
*.lock
# Ignore object files
*.o
*.obj
*.class
# Ignore MS Visual Studio artifcats
Release
#Debug
*.ncb
*.suo
*.aps
*.vcproj.*
*.vcxproj.*
.vs/
# Ignore UNIX backup files
*~
*.swp
# Ignore eclipse project files
.project
.classpath
.settings/
# Ignore XTEXT generated dirs/files
*/*/*/*/xtend-gen
*/*/*/*/src-gen
*/*/*/*/model/generated
*/*/*/*/test-bin