diff options
author | Benoit Foucher <benoit@zeroc.com> | 2016-04-27 13:36:55 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2016-04-27 13:36:55 +0200 |
commit | a2768f75d6f5d6883b495e2ba16726cbf28247a8 (patch) | |
tree | dd05f97aa7836fdc2616a1cf2597aeec1ea55cc6 | |
parent | Fixed ICE-7115 - unmarshalling bug with optional parameters (diff) | |
download | ice-a2768f75d6f5d6883b495e2ba16726cbf28247a8.tar.bz2 ice-a2768f75d6f5d6883b495e2ba16726cbf28247a8.tar.xz ice-a2768f75d6f5d6883b495e2ba16726cbf28247a8.zip |
Added ClientPrivate.js to .gitignore
-rw-r--r-- | js/test/Ice/optional/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/test/Ice/optional/.gitignore b/js/test/Ice/optional/.gitignore index d158d9308ba..2a186804ea5 100644 --- a/js/test/Ice/optional/.gitignore +++ b/js/test/Ice/optional/.gitignore @@ -1,2 +1,3 @@ Test.js +ClientPrivate.js index.html |