mediawiki-extensions-Math/.gitignore
Frédéric Wang a586c80083 Revome useless MathJax files added in Ib7f2e4b8eb7250ea4fc24aac3cedf196211f38c2
These files were added in but the change was totally unrelated to the
AsciiMath issue mentioned there and moreover this commit bypassed review.
These entity references are useless for LaTeXML
(which does not generate entity names), for the client-side MathJax
(which does not use MathML input) and for mathoid (which uses
phantomjs=webkit and thus already parses the HTML5 entity names correctly).
Finally, these files are likely to disappear in future MathJax versions.
So let's remove these files until it is clear what the intention was.

Change-Id: Iee875632411b98d1e86d3bb10f69ae3797105de7
2014-05-08 08:47:04 +02:00

43 lines
2 KiB
Plaintext

.svn
.DS_Store
*~
*.kate-swp
.*.swp
/nbproject/private/
# Add some files from the official MathJax distribution so that they will be
# ignored when we copy the upstream version during an upgrade.
modules/MathJax/.gitignore # .gitignore from the MathJax repository
modules/MathJax/bower.json # bower.json from the MathJax repository
modules/MathJax/MathJax.js # packed file
modules/MathJax/config/ # packed files
modules/MathJax/docs
modules/MathJax/extensions/ # packed files
modules/MathJax/fonts/HTML-CSS/TeX/png # We don't use the image fallback
modules/MathJax/fonts/HTML-CSS/Asana-Math
modules/MathJax/fonts/HTML-CSS/Gyre-Pagella
modules/MathJax/fonts/HTML-CSS/Gyre-Termes
modules/MathJax/fonts/HTML-CSS/Latin-Modern
modules/MathJax/fonts/HTML-CSS/Neo-Euler
modules/MathJax/fonts/HTML-CSS/STIX-Web
modules/MathJax/jax/ # packed files
modules/MathJax/localization/ # packed files
modules/MathJax/test
modules/MathJax/unpacked/config/ # We don't use predefined config files
modules/MathJax/unpacked/jax/input/MathML/entities # We don't use MathML entity names
modules/MathJax/unpacked/jax/output/HTML-CSS/fonts/STIX
modules/MathJax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/ # We don't use the Asana-Math fonts
modules/MathJax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/ # We don't use the Gyre-Pagella
ts
modules/MathJax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/ # We don't use the Gyre
modules/MathJax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/ # We don't use the Latin-Modern
ts
modules/MathJax/unpacked/jax/output/HTML-CSS/fonts/Neo-Euler/ # We don't use the Neo-Euler fonts
modules/MathJax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/ # We don't use the STIX-Web fonts
modules/MathJax/unpacked/jax/output/SVG/fonts/STIX
modules/MathJax/unpacked/jax/output/SVG/fonts/Asana-Math
modules/MathJax/unpacked/jax/output/SVG/fonts/Gyre-Pagella
modules/MathJax/unpacked/jax/output/SVG/fonts/Gyre-Termes
modules/MathJax/unpacked/jax/output/SVG/fonts/Latin-Modern
modules/MathJax/unpacked/jax/output/SVG/fonts/Neo-Euler
modules/MathJax/unpacked/jax/output/SVG/fonts/STIX-Web