ghidra/.gitignore
2019-03-26 13:46:51 -04:00

64 lines
695 B
Plaintext

*.class
Thumbs.db
.DS_Store
.svn
excludedFiles.txt
.classpath
.project
ghidra.repos.config
/*/*/*/*/*/bin/
/*/*/*/*/*/build/
/*/*/*/*/bin/
/*/*/*/*/build/
/*/*/*/bin/
/*/*/*/build/
/*/*/bin/
/*/*/build/
/*/bin/
/*/build/
/build/
/bin/
**/dist
repositories/
*.sla
# Misc files
*.setting
*.settings
*.directory
.gradle/
.settings/
# File locks
*.ulock
*.lock
# Gradle creates these per developer
**/vs/
# Misc files produced while executing application
Ghidra/.ghidraSvrKeys
wrapper.log*
# Ignore object files
*.o
*.obj
# Ignore MS Visual Studio artifcats
Release
#Debug
*.ncb
*.suo
*.aps
*.vcproj.*
# Ignore UNIX backup files
*~
*.swp
# Ignore eclipse project files
.project
.classpath