ghidra/.gitignore
2019-06-26 12:56:46 -04:00

66 lines
709 B
Plaintext

excludedFiles.txt
ghidra.repos.config
# Misc files produced while executing application
repositories/
flatRepo/
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/