1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00
phorge-phorge/externals/javelinjs/.gitignore
epriestley 07767fda00 Use direct inclusion, not submodules, to bring Javelin into Phabricator
Summary:
Submoduling is slightly convenient for developers but hellishly difficult for many users. Since we make about a dozen updates to Javelin per year, just include the source directly.

Even if we run `git submodule status` more often, this creates additional problems for users with PATH misconfigured.

Fixes T2062 by nuking it from orbit.

Test Plan: Loaded site, browsed around. Grepped for references to submodules.

Reviewers: btrahan, vrana

CC: aran

Maniphest Tasks: T2062

Differential Revision: https://secure.phabricator.com/D4581
2013-01-22 12:43:55 -08:00

25 lines
466 B
Text

.DS_Store
._*
*.o
*.so
*.a
/externals/libfbjs/parser.lex.cpp
/externals/libfbjs/parser.yacc.cpp
/externals/libfbjs/parser.yacc.hpp
/externals/libfbjs/parser.yacc.output
/support/javelinsymbols/javelinsymbols
/support/jsast/jsast
/support/jsxmin/jsxmin
# Diviner artifacts
/docs/
/.divinercache/
/support/diviner/.phutil_module_cache
# Mac OSX build artifacts
/support/jsast/jsast.dSYM/
/support/jsxmin/jsxmin.dSYM/
/support/javelinsymbols/javelinsymbols.dSYM/