-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy path.gitignore
95 lines (94 loc) · 1.87 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
#
# ALIGN specific .gitignore file
#
# WARNING: Please copy over modifications to
# .dockerignore as well
#
# To see files not excluded by .gitignore
# `git status`
#
# To see tracked files that meet exclusion rules
# `git ls-files -ci --exclude-standard`
#
# Exclude files built by Dockerfile
general/
.venv/
wheelhouse/
_skbuild/
# Exclude common user / machine generated files
**/*.tar
**/*.tar.gz
pycharm/
.idea/
.vscode
**/*~
**/*.swp
**/.coverage
**/coverage.info
**/htmlcov/
**/junit.xml
**/coverage.xml
.eggs/
*.egg-info/
.pytest_cache/
**/__pycache__/
**/*.pyc
**/*.o
**/*.a
**/*.so
**/*.so.*
**/*.gcno
**/*.gcda
# Exclude align outputs that we don't usually want
**/*.log
**/*.gds
**/*.dot
**/*.json
**/*.lef
**/*.placement_lef
# Exclude files based on ALIGN naming conventions
**/*_cand
**/*.pl
**/*.plt
**/tmp/
**/work/
**/Results/
**/LOG/
**/test_PnR
**/_cmake.py
coverage-reports/
# Include files based on ALIGN naming conventions
!**/*.const.json
!tests/files/**/*.json
!examples/**/*.json
!examples/**/**/*.json
!examples/**/**/*.lef
!**/*-freeze.json
!**/Process.json
!**/layers.json
!**/generators.json
!dev/**/*.json
!dev/**/*.lef
!PlaceRouteHierFlow/gold/*.json
!PlaceRouteHierFlow/testcase_*/*.gds
!PlaceRouteHierFlow/testcase_*/*.json
!PlaceRouteHierFlow/testcase_*/*.lef
# Exceptions to our general rules
# TODO: Review periodically to eliminate
PlaceRouteHierFlow/PnRDB/__json
tests/gdsconv/from*
tests/cell_fabric/Foo*.cir
!build/native_build.log
!Cktgen/cktgen/tests/vga*
!Cktgen/cktgen/tests/merged.lef
!docs/Tutorials/Build/src/json/
!tests/cell_fabric/__json_cmc_nmos_big_no_duplicates_cand
!tests/cell_fabric/__json_diff_pair_cand
!tests/pnr/current_mirror_ota_inputs/*.json
!tests/pnr/current_mirror_ota_inputs/*.lef
!tests/gdsconv/file.*
!tests/gdsconv/only_paths.*
!Viewer/INPUT/mydesign_dr_globalrouting.json
!Viewer/larger_example/mydesign_dr_globalrouting.json
_skbuild/
*.lp