Browse Source

src: remove icu_config

ICU support in v0.12 generates a new icu_config.gypi. This was
accidentally committed after switching branches. The file has been removed
and added to .gitignore.

Fixes: 0d051238 "timers: fix unref() memory leak"
v0.10.34-release
Trevor Norris 10 years ago
parent
commit
813114dab0
  1. 1
      .gitignore
  2. 2
      icu_config.gypi

1
.gitignore

@ -15,6 +15,7 @@ node_g
.benchmark_reports
/.project
/.cproject
icu_config.gypi
/out

2
icu_config.gypi

@ -1,2 +0,0 @@
# Do not edit. Generated by the configure script.
{ 'variables': { }}
Loading…
Cancel
Save