ghidra/.gitignore

64 lines
695 B
Plaintext
Raw Normal View History

2019-03-26 17:45:32 +00:00
*.class
Thumbs.db
.DS_Store
.svn
excludedFiles.txt
.classpath
.project
ghidra.repos.config
/*/*/*/*/*/bin/
/*/*/*/*/*/build/
/*/*/*/*/bin/
/*/*/*/*/build/
/*/*/*/bin/
/*/*/*/build/
/*/*/bin/
/*/*/build/
/*/bin/
/*/build/
2019-03-01 03:27:49 +00:00
/build/
2019-03-26 17:45:32 +00:00
/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*
2019-03-01 03:27:49 +00:00
2019-03-26 17:45:32 +00:00
# Ignore object files
*.o
*.obj
2019-03-01 03:27:49 +00:00
2019-03-26 17:45:32 +00:00
# Ignore MS Visual Studio artifcats
Release
#Debug
*.ncb
*.suo
*.aps
*.vcproj.*
2019-03-01 03:27:49 +00:00
2019-03-26 17:45:32 +00:00
# Ignore UNIX backup files
*~
*.swp
2019-03-01 03:27:49 +00:00
2019-03-26 17:45:32 +00:00
# Ignore eclipse project files
.project
.classpath