-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
88 lines (75 loc) · 1.26 KB
/
.gitignore
File metadata and controls
88 lines (75 loc) · 1.26 KB
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
# main programs and generated code files
/Makefile
/opc
/opc-lint
/opc-debug
/src/_embed_compiled_lua_file
/src/_embed_compiled_lua_file_debug
/src/_embed_compiled_lua_file_release
/src/create_cell_documentation
/src/create_latex_API_doc
/src/create_HTML_API_doc
/src/_config.h
/src/_modulemanager.c
/src/_modulemanager.h
/src/_scriptmanager.c
/src/_scriptmanager.h
/src/generate_manpage
/src/tags
/src/release
/src/lint
/src/debug
/opc.1
# generated documentation
doc/*.html
doc/includes/footer.html
doc/guides/*.html
doc/tutorials/*.html
doc/cells.htmlpre
doc/cells
# generated layouts and helpers
/openPCells.*
/pfile.lua
# development utils on my main machine
/devutils
# generated files in example folder
examples/digital/digital.lua
examples/*/*.gds
examples/*/*.sp
# NDA-related
tech/GF22FDSOI
tech/cmos22fdsoi
tech/TSMC28HPCplus
# build object files
src/*.o
# code tags
tags
# lua object files
/src/lua/lua
/src/lua/luac
/src/lua/*.o
/src/liblua_release.a
/src/liblua_lint.a
/src/liblua_debug.a
# tex auxiliary files
*.aux
*.log
*.toc
*.pygtex
*_minted*
*.nav
*.out
*.vrb
# development information
/devinfo
/wip
/version1.0
# test unversioned files
/test/helpers/test_compare
/test/full/test_*.gds
/test/functions/*.test
# test code
/srctodo
# test files
/testfiles
/debug