-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
51 lines (44 loc) · 1.16 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
#=========================================================================
# Git Ignore Files
#=========================================================================
# We explicitly ignore a default build directory, the autoconf generated
# autom4te.cache directory, and automatically generated python files.
# This makes it easy to do a clean build under the source directory and
# still have it appear clean to git.
.\#*
scripts/work
build*/
autom4te.cache/
__pycache__/
*/.pytest_cache
*.py[cod]
.DS_Store
.cache/
*~
asic/dc-syn/current-dc
asic/icc-par/current-icc
asic/icc-par/current-iccdp
asic/icc-par/command.log
asic/icc-par/icc_output.txt
asic/pt-pwr/current-pt
*.bak
asic/cacti-mc/SRAM_*/
asic/cacti-mc/*.db
asic/cacti-mc/*.lef
asic/cacti-mc/*.lib
asic/cacti-mc/*.mw
asic/dc-syn/alib/
asic/vcs-postsyn/*.vcd
asic/vcs-postsyn/csrc/
asic/vcs-postsyn/sdfAnnotateInfo
asic/vcs-postsyn/simv_*
asic/vcs-postsyn/testbench.v
asic/vcs-postsyn/testbench_TOP_v.v
asic/vcs-postsyn/ucli.key
asic/vcs-postpar/*.vcd
asic/vcs-postpar/csrc/
asic/vcs-postpar/sdfAnnotateInfo
asic/vcs-postpar/simv_*
asic/vcs-postpar/testbench.v
asic/vcs-postpar/testbench_TOP_v.v
asic/vcs-postpar/ucli.key