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