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:
parent
72b1090acf
commit
0dcf1ee3fd
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
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
# .gitignore
|
||||
# don't push these files to the repository
|
||||
|
||||
*.log
|
||||
*.o
|
||||
*.a
|
||||
*.d
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user