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:
pwpiwi 2014-06-27 19:23:42 +02:00
commit 0dcf1ee3fd
2 changed files with 5 additions and 0 deletions

4
.gitattributes vendored Normal file
View file

@ -0,0 +1,4 @@
# .gitattributes
# prevent binary files from CRLF handling, diff and merge:
fpga/fpga.bit -crlf -diff

1
.gitignore vendored
View file

@ -1,6 +1,7 @@
# .gitignore
# don't push these files to the repository
*.log
*.o
*.a
*.d