mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-04-02 10:30:16 +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
|
fpga/fpga.bit -crlf -diff
|
||||||
*.bin -crlf -diff
|
*.bin -crlf -diff
|
||||||
*.z -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
|
*.exe
|
||||||
*.dsym
|
*.dsym
|
||||||
version.c
|
version.c
|
||||||
|
*.json
|
||||||
|
|
||||||
!client/hardnested/*.bin
|
!client/hardnested/*.bin
|
||||||
!client/hardnested/tables/*.z
|
!client/hardnested/tables/*.z
|
||||||
|
|
Loading…
Add table
Reference in a new issue