mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-04-25 17:25:17 +02:00
Candidate release of source code.
This commit is contained in:
67
.gitignore
vendored
67
.gitignore
vendored
@@ -1,14 +1,63 @@
|
||||
.gradle
|
||||
*.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/
|
||||
|
||||
# Ignore Gradle GUI config
|
||||
gradle-app.setting
|
||||
**/dist
|
||||
repositories/
|
||||
*.sla
|
||||
|
||||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
||||
!gradle-wrapper.jar
|
||||
# Misc files
|
||||
*.setting
|
||||
*.settings
|
||||
*.directory
|
||||
.gradle/
|
||||
.settings/
|
||||
|
||||
# Cache of project
|
||||
.gradletasknamecache
|
||||
# File locks
|
||||
*.ulock
|
||||
*.lock
|
||||
|
||||
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
|
||||
# gradle/wrapper/gradle-wrapper.properties
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user