Skip to content

Commit 61493c0

Browse files
committed
Remove launcher scripts from git
For a while now we have been mandating that bootstrap is run before emscripten can be used. This change removes most of the launcher scripts from git (since we can rely on bootstrap to create them). This helps clean up the top level directory. I've left emcc and em++ launchers in source control. If anyone runs these without first running bootstrap it will ask them to first run bootstrap.
1 parent 014c7fa commit 61493c0

39 files changed

+57
-2275
lines changed

.gitignore

+41-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,48 @@ coverage.xml
3030
# Test output
3131
/out/
3232

33-
# All the ps1 files are generated by bootstrap...
33+
# Windows ps1 launchers (created by ./tools/maint/create_entry_points.py)
3434
*.ps1
3535
# ...except the templates.
3636
!/tools/run_python.ps1
3737
!/tools/run_python_compiler.ps1
38+
39+
# Shell scripts (created by ./tools/maint/create_entry_points.py)
40+
em-config
41+
emar
42+
embuilder
43+
emcmake
44+
emconfigure
45+
emdump
46+
emdwp
47+
emmake
48+
emnm
49+
emprofile
50+
emranlib
51+
emrun
52+
emscan-deps
53+
emscons
54+
emsize
55+
emstrip
56+
emsymbolizer
57+
tools/file_packager
58+
59+
# Windows .bat files (created by ./tools/maint/create_entry_points.py)
60+
em-config.bat
61+
emar.bat
62+
embuilder.bat
63+
emcmake.bat
64+
emconfigure.bat
65+
emdump.bat
66+
emdwp.bat
67+
emmake.bat
68+
emnm.bat
69+
emprofile.bat
70+
emranlib.bat
71+
emrun.bat
72+
emscan-deps.bat
73+
emscons.bat
74+
emsize.bat
75+
emstrip.bat
76+
emsymbolizer.bat
77+
tools/file_packager.bat

bootstrap.bat

-86
This file was deleted.

em-config

-35
This file was deleted.

em-config.bat

-86
This file was deleted.

emar

-35
This file was deleted.

emar.bat

-86
This file was deleted.

0 commit comments

Comments
 (0)