Skip to content

Commit

Permalink
2018.2 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
artvvb committed Aug 29, 2018
1 parent d98afdb commit b680ad8
Show file tree
Hide file tree
Showing 13 changed files with 99 additions and 410 deletions.
81 changes: 34 additions & 47 deletions .gitignore
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
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
File renamed without changes.
22 changes: 0 additions & 22 deletions proj/cleanup.cmd

This file was deleted.

16 changes: 0 additions & 16 deletions proj/cleanup.sh

This file was deleted.

160 changes: 0 additions & 160 deletions proj/create_project.tcl

This file was deleted.

Loading

0 comments on commit b680ad8

Please sign in to comment.