diff options
author | Steven R. Loomis <srl@icu-project.org> | 2014-10-03 17:42:37 -0700 |
---|---|---|
committer | Trevor Norris <trev.norris@gmail.com> | 2014-10-07 15:17:44 -0700 |
commit | f769d133b7612edb8115d53d28fad7aab5387580 (patch) | |
tree | 71943c6c030edde6ff773a0646338d8461f7d9e4 /.gitignore | |
parent | 640ad632e3bf04fe07fa2b9dc3ca940c2e8d0261 (diff) | |
download | node-new-f769d133b7612edb8115d53d28fad7aab5387580.tar.gz |
build: i18n: move noisy variables to separate gypi
Fixes: https://github.com/joyent/node/issues/7676#issuecomment-57535890
Reviewed-by: Trevor Norris <trev.norris@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f5b0105840..6581dee9d1 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,4 @@ deps/zlib/zlib.target.mk # test artifacts tools/faketime +icu_config.gypi |