-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy path.gitignore
55 lines (47 loc) · 984 Bytes
/
.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
# Copyright 2022 ETH Zurich and University of Bologna.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
#
# Nicole Narr <[email protected]>
# Christopher Reinwardt <[email protected]>
# Nonfree repository
nonfree/
# Dependency files
.bender/
# Documentation site
site/
# Software build files
*.bin
*.dump
*.memh
*.elf
*.gpt
*.gpth
*.o
*.a
*.dtb
sw/deps/.patched
# Test models
target/sim/models
target/sim/dramsys
# VSIM generated files
target/sim/vsim/compile.*.tcl
target/sim/vsim/*.log
target/sim/vsim/modelsim.ini
target/sim/vsim/transcript
target/sim/vsim/vsim.wlf
target/sim/vsim/work/
# VCS generated files
target/sim/vcs/compile.*.sh
target/sim/vcs/*.log
target/sim/vcs/AN.DB
target/sim/vcs/simv*
target/sim/vcs/csrc
target/sim/vcs/ucli.key
target/sim/vcs/work*
target/sim/vcs/vc_hdrs.h
# Xilinx generated files
target/xilinx/build
target/xilinx/out
target/xilinx/scripts/add_sources.*
vivado*