-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy path.gitignore
74 lines (74 loc) · 1.31 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
*.class
*.o
libpty.so
libpty.dylib
*~
build
configure
Makefile.in
Makefile
repl-client.html
jfx-term.html
aclocal.m4
config.log
config.status
autotools-aux
xulapp/domterm-chrome.jar
native/macOS.plist
native/pty/org_domterm_pty_PTY.h
hlib/domterm-version.js
hlib/dt-combined.js
*.stamp
tmp-for-xul
tmp-for-jar
tmp-repl.in
DomTerm-*.dmg
DomTerm.app
doc/*.1
doc/index.html
doc/Applications.html
doc/Architecture-notes.html
doc/DOM-structure.html
doc/Downloading-and-building.html
doc/Features.html
doc/Technical-documentation.html
doc/The-DomTerm-JavaScript-class.html
doc/To-do.html
doc/Wire-byte-protocol.html
doc/DomTerm.xml
doc/man/*.man
doc/DomTerm.iconset
dt-wry/Cargo.lock
dt-wry/Cargo.toml
dt-wry/target
dt-wry/src/versions.rs
web/*.html
web/images/*.png
autom4te.cache/*
bin/domterm
bin/ldomterm
bin/qtdomterm
bin/dt-webview
bin/dt-wry
share/domterm
share/man
tests/*.out
lws-term/ldomterm
lws-term/resources.c
lws-term/version.h
lws-term/git-describe.c
lws-term/tmp-resources
qtdomterm/qtdomterm
qtdomterm/dt_version.h
qtdomterm/*.moc.cpp
qtdomterm/moc_predefs.h
qtdomterm/webview.moc
qtdomterm/ui_*.h
qtdomterm/qrc_data.cpp
qtdomterm/data/hlib/ResizeSensor.js
qtdomterm/data/hlib/FileSaver.js
qtdomterm/data/hlib/bililiteRange.js
qtdomterm/data/hlib/terminal.js
qtdomterm/data/hlib/domterm-all.js
qtdomterm/data/hlib/*.css
.vscode