git housekeeping:
- added *.log files to .gitignore - new file .gitattributes: tell git not to diff or merge binary *.bit (FPGA) files
This commit is contained in:
4
.gitattributes
vendored
Normal file
4
.gitattributes
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# .gitattributes
|
||||
# prevent binary files from CRLF handling, diff and merge:
|
||||
fpga/fpga.bit -crlf -diff
|
||||
|
||||
Reference in New Issue
Block a user