forked from emscripten-core/emscripten
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
81 lines (70 loc) · 1.17 KB
/
.gitignore
File metadata and controls
81 lines (70 loc) · 1.17 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
# Config file
.emscripten
.emscripten_backup
# Emsdk generated version info
.emsdk_version
# vim/emacs temporary/backup files
*~
*.swp
# Compiled python files
__pycache__
# Default emscripten cache
/cache
# Ignore only the root node_modules, but not any further down the path
/node_modules/
# Python coverage tool output
.coverage
.coverage.*
tools/coverage/
htmlcov/
coverage.xml
.DS_Store
# Test output
/out/
# Windows ps1 launchers (created by ./tools/maint/create_entry_points.py)
*.ps1
# ...except the templates.
!/tools/run_python.ps1
!/tools/run_python_compiler.ps1
# Shell scripts (created by ./tools/maint/create_entry_points.py)
em-config
emar
embuilder
emcmake
emconfigure
emdump
emdwp
emmake
emnm
empath-split
emprofile
emranlib
emrun
emscan-deps
emscons
emsize
emstrip
emsymbolizer
tools/file_packager
tools/webidl_binder
# Windows .bat files (created by ./tools/maint/create_entry_points.py)
em-config.bat
emar.bat
embuilder.bat
emcmake.bat
emconfigure.bat
emdump.bat
emdwp.bat
emmake.bat
emnm.bat
empath-split.bat
emprofile.bat
emranlib.bat
emrun.bat
emscan-deps.bat
emscons.bat
emsize.bat
emstrip.bat
emsymbolizer.bat
tools/file_packager.bat
tools/webidl_binder.bat