mirror of
https://github.com/Proxmark/proxmark3.git
synced 2024-11-11 01:35:51 +08:00
0dcf1ee3fd
- added *.log files to .gitignore - new file .gitattributes: tell git not to diff or merge binary *.bit (FPGA) files
4 lines
No EOL
103 B
Text
4 lines
No EOL
103 B
Text
# .gitattributes
|
|
# prevent binary files from CRLF handling, diff and merge:
|
|
fpga/fpga.bit -crlf -diff
|
|
|