mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-20 03:48:33 +08:00
commit
53d1a940fe
2 changed files with 5 additions and 1 deletions
5
.gitattributes
vendored
5
.gitattributes
vendored
|
@ -3,4 +3,7 @@
|
|||
fpga/fpga.bit -crlf -diff
|
||||
*.bin -crlf -diff
|
||||
*.z -crlf -diff
|
||||
|
||||
# Force LF
|
||||
*.c text=auto eol=lf
|
||||
*.h text=auto eol=lf
|
||||
*.lua text=auto eol=lf
|
||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -20,6 +20,7 @@
|
|||
*.exe
|
||||
*.dsym
|
||||
version.c
|
||||
*.json
|
||||
|
||||
!client/hardnested/*.bin
|
||||
!client/hardnested/tables/*.z
|
||||
|
|
Loading…
Add table
Reference in a new issue