forked from verilog-to-routing/vtr-verilog-to-routing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
53 lines (46 loc) · 1.69 KB
/
.gitattributes
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
# Auto convert CRLF line-endings in Windows source files to LF
*.c text
*.h text
*.cpp text
*.tpp text
*.inl text
*.hpp text
*.make text
*.pl text
*.py text
*.v text
*.xml text
*.txt text
*.md text
*.rst text
#Don't convert line endings for code from external subtrees
abc/** -text
abc_with_bb_support/** -text
libs/EXTERNAL/** -text
# Settings to improve linguist data reporting (used by GitHub)
#-------------------------------------------------------------------------
*.v linguist-language=Verilog
*.vh linguist-language=Verilog
*.pv linguist-language=Verilog
*.pl linguist-language=Perl
*.sp linguist-language=Spice
*.pm linguist-language=Spice
# External ABC
abc/** linguist-vendored
abc_with_bb_support/** linguist-vendored
# External libraries
libs/EXTERNAL/** linguist-vendored
# External benchmarks imported into vtr_flow benchmark suite.
vtr_flow/benchmarks/** linguist-vendored
vtr_flow/scripts/perl_libs/** linguist-vendored
# External benchmarks imported into odin_ii benchmark suite.
odin_ii/regression_test/benchmark/verilog/large/** linguist-vendored
odin_ii/regression_test/benchmark/verilog/full/** linguist-vendored
odin_ii/regression_test/benchmark/verilog/FIR/** linguist-vendored
# Documentation
doc/** linguist-documentation
*.txt linguist-documentation
*.md linguist-documentation
*.rst linguist-documentation
# Generated files
vpr/src/route/gen/** linguist-generated