Created Makefile to build entire project and moved microblaze code back into the repo
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -1,5 +1,3 @@
|
||||
*.log
|
||||
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/xilinxise
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=xilinxise
|
||||
|
||||
@@ -74,3 +72,13 @@ _xmsgs/
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/xilinxise
|
||||
|
||||
*.log
|
||||
syn/*
|
||||
!syn/main.prj
|
||||
!syn/main.ut
|
||||
!syn/main.xst
|
||||
|
||||
mb/*.elf
|
||||
mb/*.d
|
||||
mb/*.o
|
||||
mb/Graphics_bsp/microblaze_mcs
|
||||
|
||||
Reference in New Issue
Block a user