forked from apollo-lhc/CM_FPGA_FW
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
50 lines (41 loc) · 1.43 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
#tempfiles
*~
make_log.txt
*.tar.gz
#################################################################################
## Vivado files
#################################################################################
#build direcotry
proj/
#all the vivado stuff in the cores directory execpt the xci files
cores/*/*
!cores/*/*.xci
#anything sub directories in the bd directory
bd/*/*
#picoblaze files
*.fmt
src/C2C_INTF/picoblaze/picoblaze/KCPSM6_session_log.txt
src/C2C_INTF/picoblaze/picoblaze/Reprogram.script
src/C2C_INTF/picoblaze/picoblaze/Update.script
src/C2C_INTF/picoblaze/picoblaze/cli.log
#ignore autogen cores
configs/*/autogen/cores/
#################################################################################
## config dirs
#################################################################################
configs/*/cores/*/*
!configs/*/cores/*/*.xci
#################################################################################
## Output files
#################################################################################
bit
os
#################################################################################
## Temp build files
#################################################################################
src/fw_version.vhd
#################################################################################
## documentation
#################################################################################
doc/*/
doc/*.pdf