-
-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (45 loc) · 571 Bytes
/
.gitignore
File metadata and controls
45 lines (45 loc) · 571 Bytes
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
*.o
*.d
*.cd
*.exe
*.xcd
*.rcd
*.tcd
*~
*.aux
*.dvi
*.log
!test/exampleLogs/*.log
*.out
*.xls
*.docx
*.pptx
*.*;*
*converted*
*.lyx
*#
doc/html/*
doc/html.*
.vscode
doxydoc
test/unittests
test/tcl-cov
test/testDatabase
test/testGroup
test/testLatexToPango
test/checkSchemasAreSame
test/cmpFp
gui-tk/minsky
gui-tk/library/tcl
gui-tk/library/tk
RESTService/minsky-RESTService
RESTService/minsky-httpd
node_modules/*
gui-js/node_modules/*
gui-js/documentation/*
gui-js/dist/*
gui-js/.nx/*
gui-js/.angular/*
doc/minsky/*
# CodeQL temporary files
_codeql_detected_source_root