Skip to content

Commit

Permalink
Candidate release of source code.
Browse files Browse the repository at this point in the history
  • Loading branch information
nsadeveloper789 committed Mar 26, 2019
1 parent db81e6b commit 79d8f16
Show file tree
Hide file tree
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.
56 changes: 56 additions & 0 deletions .gitattributes
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


67 changes: 58 additions & 9 deletions .gitignore
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
Loading

0 comments on commit 79d8f16

Please sign in to comment.