-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path.gitignore
74 lines (65 loc) · 1.13 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# 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
# # root
# /*
# !.gitignore
# !.gitmodules
# !README.md
# !LICENSE
# !project_info.tcl
# !proj/
# !repo/
# !sdk/
# !src/
# !digilent-vivado-scripts/
# !doc/
# !web/
# # vivado workspace
# proj/*
# # ip repository
# repo/**
# !repo/vivado-library
# repo/vivado-library/**
# !repo/local
# !repo/local/**
# !repo/cache
# repo/cache/**
# # version controlled sources
# src/**
# !src/bd
# src/bd/**
# !src/bd/*.tcl
# !src/bd/mref
# !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/others/*
# # maintain required directories
# !**/.keep
# # doc
# !doc/**
# # web
# !web/**