forked from NationalSecurityAgency/ghidra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db81e6b
commit 79d8f16
Showing
12,449 changed files
with
2,800,756 additions
and
16 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# Set the default behavior, in case people don't have core.autocrlf set. | ||
* text=auto | ||
|
||
# Explicitly declare text files you want to always be normalized and converted | ||
# to native line endings on checkout. | ||
*.java text | ||
*.gradle text | ||
*.manifest text | ||
*.css text | ||
*.htm text | ||
*.html text | ||
*.js text | ||
*.json text | ||
*.jsp text | ||
*.jspf text | ||
*.jspx text | ||
*.properties text | ||
*.sh text | ||
*.tld text | ||
*.txt text | ||
*.tag text | ||
*.xml text | ||
*.c text | ||
*.h text | ||
*.cpp text | ||
*.hh text | ||
*.cc text | ||
|
||
# Declare files that will always have CRLF line endings on checkout. | ||
*.sln text eol=crlf | ||
*.vcproj text eol=crlf | ||
*.vcxproj text eol=crlf | ||
*.bat text eol=crlf | ||
|
||
# Denote all files that are truly binary and should not be modified. | ||
*.png binary | ||
*.jpg binary | ||
*.class binary | ||
*.dll binary | ||
*.ear binary | ||
*.gif binary | ||
*.ico binary | ||
*.jar binary | ||
*.jpeg binary | ||
*.so binary | ||
*.war binary | ||
*.pdf binary | ||
*.exe binary | ||
*.lib binary | ||
*.sa binary | ||
*.gz binary | ||
*.gzf binary | ||
*.tgz binary | ||
*.tar binary | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/ | ||
|
||
**/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 Gradle GUI config | ||
gradle-app.setting | ||
# Ignore object files | ||
*.o | ||
*.obj | ||
|
||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) | ||
!gradle-wrapper.jar | ||
# Ignore MS Visual Studio artifcats | ||
Release | ||
#Debug | ||
*.ncb | ||
*.suo | ||
*.aps | ||
*.vcproj.* | ||
|
||
# Cache of project | ||
.gradletasknamecache | ||
# Ignore UNIX backup files | ||
*~ | ||
*.swp | ||
|
||
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 | ||
# gradle/wrapper/gradle-wrapper.properties | ||
# Ignore eclipse project files | ||
.project | ||
.classpath |
Oops, something went wrong.