-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
99 additions
and
410 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,54 @@ | ||
# Blacklist everything | ||
/* | ||
# This is a gitignore file automatically generated by digilent_vivado_checkin.tcl | ||
# Remove this comment block when editing this file; the file will not be overwritten unless deleted | ||
|
||
# whitelist the necessary files and folders, this gets everything from inside them too | ||
# root | ||
/* | ||
!.gitignore | ||
!.gitmodules | ||
!README.md | ||
!hw_handoff/ | ||
!LICENSE | ||
!project_info.tcl | ||
!proj/ | ||
!repo/ | ||
!sdk/ | ||
!src/ | ||
!digilent-vivado-scripts/ | ||
|
||
#Digilent Added ignore rules for Vivado projects | ||
|
||
# sdk exclusions | ||
sdk/.metadata | ||
sdk/**/*RemoteSystemsTempFiles | ||
sdk/**/*Debug/* | ||
sdk/**/*Release | ||
sdk/**/*webtalk | ||
sdk/.sdk | ||
sdk/*.log | ||
# ignore everything in the hw_platform | ||
sdk/*hw_platform*/* | ||
# except | ||
!sdk/*hw_platform*/*.hdf | ||
!sdk/*hw_platform*/.*project | ||
# ignore everything in the BSP | ||
sdk/*_bsp*/* | ||
# except | ||
!sdk/*_bsp*/system.mss | ||
!sdk/*_bsp*/Makefile | ||
!sdk/*_bsp*/.*project | ||
# include the relevant elf files | ||
!sdk/**/*Debug/*.elf | ||
!sdk/**/*Debug/*.elf.size | ||
# vivado workspace | ||
proj/* | ||
|
||
# ip repository | ||
repo/** | ||
# whitelist vivado-library if it exists | ||
!repo/vivado-library | ||
#do not white-list submodule contents | ||
repo/vivado-library/** | ||
!repo/local | ||
!repo/local/** | ||
!repo/cache | ||
repo/cache/** | ||
|
||
# Make sure we keep only xci files in ip src subfolder | ||
# version controlled sources | ||
src/** | ||
!src/bd | ||
src/bd/** | ||
!src/bd/system.tcl | ||
!src/constraints | ||
src/constraints/** | ||
!src/constraints/*.xdc | ||
!src/hdl | ||
src/hdl/** | ||
!src/hdl/*.v | ||
!src/hdl/*.vhd | ||
!src/ip | ||
!src/ip/* | ||
src/ip/*/** | ||
!src/ip/*/*.xci | ||
!src/ip/*/*.prj | ||
# Do not ignore anything in src/others | ||
!src/others/* | ||
# Do not ignore block diagram files | ||
!src/bd/** | ||
|
||
!src/ip/**/*.xci | ||
!src/other | ||
!src/other/** | ||
|
||
# ignore everything in project folder | ||
proj/* | ||
# except this file and project generators | ||
!proj/create_project.tcl | ||
!proj/cleanup.cmd | ||
!proj/cleanup.sh | ||
!proj/release.py | ||
# sdk application sources | ||
sdk/** | ||
!sdk/appsrc | ||
!sdk/appsrc/** | ||
|
||
# keep the empty folders | ||
!**/.keep | ||
# maintain required directories | ||
!**/.keep |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "digilent-vivado-scripts"] | ||
path = digilent-vivado-scripts | ||
url = https://github.com/digilent/digilent-vivado-scripts.git |
Submodule digilent-vivado-scripts
added at
8323c3
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.