Skip to content

Commit

Permalink
2018.2 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
artvvb committed Sep 4, 2018
1 parent 26c362a commit 85ca2df
Show file tree
Hide file tree
Showing 221 changed files with 57 additions and 724,965 deletions.
90 changes: 44 additions & 46 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,67 +1,65 @@
# 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/**/*.xci
!src/other
src/other/**
!src/other/**

# sdk application sources
sdk/**
!sdk/appsrc
!sdk/appsrc/**

# version controlled sources
!src/bd/system.tcl
src/constraints/*
!src/constraints/*.xdc
src/hdl/*
!src/hdl/*.vhd
!src/hdl/*.v
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/**


# 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

# keep the empty folders
!**/.keep
# maintain required directories
!**/.keep
3 changes: 3 additions & 0 deletions .gitmodules
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
1 change: 1 addition & 0 deletions digilent-vivado-scripts
Loading

0 comments on commit 85ca2df

Please sign in to comment.