mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-10 06:02:09 +00:00
GP-0: Updating gitattributes
This commit is contained in:
parent
2d065122bc
commit
86237a8b90
76
.gitattributes
vendored
76
.gitattributes
vendored
@ -3,53 +3,79 @@
|
|||||||
|
|
||||||
# Explicitly declare text files you want to always be normalized and converted
|
# Explicitly declare text files you want to always be normalized and converted
|
||||||
# to native line endings on checkout.
|
# to native line endings on checkout.
|
||||||
*.java text
|
*.bash text
|
||||||
*.gradle text
|
*.c text
|
||||||
*.manifest text
|
*.cc text
|
||||||
|
*.command text
|
||||||
|
*.cpp text
|
||||||
|
*.cspec text
|
||||||
*.css text
|
*.css text
|
||||||
|
*.gradle text
|
||||||
|
*.groovy text
|
||||||
|
*.h text
|
||||||
|
*.hh text
|
||||||
*.htm text
|
*.htm text
|
||||||
*.html text
|
*.html text
|
||||||
|
*.java text
|
||||||
|
*.jj text
|
||||||
*.js text
|
*.js text
|
||||||
*.json text
|
*.json text
|
||||||
*.jsp text
|
*.jsp text
|
||||||
*.jspf text
|
*.jspf text
|
||||||
*.jspx text
|
*.jspx text
|
||||||
|
*.l text
|
||||||
|
*.lang text
|
||||||
|
*.ldefs text
|
||||||
|
*.manifest text
|
||||||
|
*.opinion text
|
||||||
|
*.props text
|
||||||
*.properties text
|
*.properties text
|
||||||
*.tld text
|
*.proto text
|
||||||
*.txt text
|
*.pspec text
|
||||||
|
*.py text
|
||||||
|
*.rxg text
|
||||||
|
*.sh text
|
||||||
|
*.sla text
|
||||||
*.tag text
|
*.tag text
|
||||||
|
*.tld text
|
||||||
|
*.tool text
|
||||||
|
*.trans text
|
||||||
|
*.txt text
|
||||||
*.xml text
|
*.xml text
|
||||||
*.c text
|
*.y text
|
||||||
*.h text
|
|
||||||
*.cpp text
|
|
||||||
*.hh text
|
|
||||||
*.cc text
|
|
||||||
|
|
||||||
# Declare files that will always have CRLF line endings on checkout.
|
# Declare files that will always have CRLF line endings on checkout.
|
||||||
|
*.bat text eol=crlf
|
||||||
*.sln text eol=crlf
|
*.sln text eol=crlf
|
||||||
*.vcproj text eol=crlf
|
*.vcproj text eol=crlf
|
||||||
*.vcxproj text eol=crlf
|
*.vcxproj text eol=crlf
|
||||||
*.bat text eol=crlf
|
|
||||||
|
|
||||||
# Denote all files that are truly binary and should not be modified.
|
# Denote all files that are truly binary and should not be modified.
|
||||||
*.png binary
|
*.a binary
|
||||||
*.jpg binary
|
*.apk binary
|
||||||
|
*.bmp binary
|
||||||
*.class binary
|
*.class binary
|
||||||
*.dll binary
|
*.dll binary
|
||||||
|
*.dmg binary
|
||||||
*.ear binary
|
*.ear binary
|
||||||
*.gif binary
|
|
||||||
*.ico binary
|
|
||||||
*.jar binary
|
|
||||||
*.jpeg binary
|
|
||||||
*.so binary
|
|
||||||
*.war binary
|
|
||||||
*.pdf binary
|
|
||||||
*.exe binary
|
*.exe binary
|
||||||
*.lib binary
|
*.gdt binary
|
||||||
*.sa binary
|
*.gif binary
|
||||||
*.gz binary
|
*.gz binary
|
||||||
*.gzf binary
|
*.gzf binary
|
||||||
*.tgz binary
|
*.ico binary
|
||||||
|
*.ipsw binary
|
||||||
|
*.jar binary
|
||||||
|
*.jpeg binary
|
||||||
|
*.jpg binary
|
||||||
|
*.lib binary
|
||||||
|
*.o binary
|
||||||
|
*.obj binary
|
||||||
|
*.pdf binary
|
||||||
|
*.png binary
|
||||||
|
*.sa binary
|
||||||
|
*.so binary
|
||||||
*.tar binary
|
*.tar binary
|
||||||
*.sh binary
|
*.tgz binary
|
||||||
|
*.war binary
|
||||||
|
*.zip binary
|
||||||
|
Loading…
Reference in New Issue
Block a user