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
parent 72b1090acf
commit 0dcf1ee3fd
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

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