forked from SymbiFlow/vtr-verilog-to-routing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
100 lines (88 loc) · 1.04 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
#
#Executables and generated files
#
*.exe
ODIN_II/odin_II
abc_with_bb_support/abc
ace2/ace
vpr/vpr
#Install
bin/
#
# Cmake build system
#
CMakeCache.txt
CMakeFiles
build
#
#VTR Tasks
#
vtr_flow/tasks/**/run[0-9]*
vtr_flow/tasks/**/qor_geomean.txt
vtr_flow/tasks/**/task_summary/
quick_test/*
#
# Titan benchmarks
#
# We ignore the Titan netlists because of thier large size, and the
# Titan architectures since they need to be kept in sync with the
# netlists.
#
titan_release*.tar.gz
vtr_flow/arch/titan/*.xml
vtr_flow/benchmarks/titan_blif/*.blif
vtr_flow/benchmarks/titan_other_blif/*.blif
#
# Cloud9 Directory
#
.c9/
.buildconfig
#
# Log Files
#
*.log
*.log.sh
vgcore*
#
# VPR Result files
#
*.net
*.place
*.route
*.out
#
#Odin test outputs
#
ODIN_II/log
ODIN_II/regression_test/runs
ODIN_II/OUTPUT/*
ODIN_II/usefull_tools/**/run[0-9]*
ODIN_II/usefull_tools/**/track_completed
#
#C/C++
#
*.d
*.o
*.a
#
#Python
#
*.pyc
#
#Vim
#
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
#
# LibreOffice
#
\.~lock*\#
#
#Ctags
#
.tags*
tags