Skip to content

Remove launcher scripts from git #23761

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 46 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,53 @@ coverage.xml
# Test output
/out/

# All the ps1 files are generated by bootstrap...
# 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
emprofile
emranlib
emrun
emscan-deps
emscons
emsize
emstrip
emsymbolizer
tools/file_packager
tools/webidl_binder
test/runner

# 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
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
test/runner.bat

86 changes: 0 additions & 86 deletions bootstrap.bat

This file was deleted.

35 changes: 0 additions & 35 deletions em-config

This file was deleted.

86 changes: 0 additions & 86 deletions em-config.bat

This file was deleted.

35 changes: 0 additions & 35 deletions emar

This file was deleted.

86 changes: 0 additions & 86 deletions emar.bat

This file was deleted.

Loading