mirror of
https://github.com/supleed2/ELEC60011-DSD-CW.git
synced 2024-12-22 21:55:48 +00:00
Add specific entries to .gitignore
For Verilog and C source files within project
This commit is contained in:
parent
dc28e5c175
commit
94e215043a
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,6 +1,11 @@
|
||||||
**
|
**
|
||||||
|
!system_template_de1_soc/
|
||||||
!*.v
|
!*.v
|
||||||
!*.qsys
|
!*.qsys
|
||||||
|
!system_template_de1_soc/software/
|
||||||
|
!system_template_de1_soc/software/*
|
||||||
|
system_template_de1_soc/software/*_bsp
|
||||||
|
!system_template_de1_soc/software/*/*.c
|
||||||
!DSD_coursework_DE1-SoC.pdf
|
!DSD_coursework_DE1-SoC.pdf
|
||||||
!README.md
|
!README.md
|
||||||
!Python/
|
!Python/
|
||||||
|
|
Loading…
Reference in a new issue