diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-01-05 10:39:52 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-01-05 10:39:52 -0330 |
commit | ef58f2394a43b569623c20c2ec2177504191c6a5 (patch) | |
tree | cfd1522432b663e2bab54fb0d21761752f23268c /cpp | |
parent | Fixed bug 3539 - bogus __setNoDelete calls (diff) | |
download | ice-ef58f2394a43b569623c20c2ec2177504191c6a5.tar.bz2 ice-ef58f2394a43b569623c20c2ec2177504191c6a5.tar.xz ice-ef58f2394a43b569623c20c2ec2177504191c6a5.zip |
Fixed nrvo .gitignore file
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/Ice/nrvo/.gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/Ice/nrvo/.gitignore b/cpp/demo/Ice/nrvo/.gitignore index ee1193c8569..433c17249b4 100644 --- a/cpp/demo/Ice/nrvo/.gitignore +++ b/cpp/demo/Ice/nrvo/.gitignore @@ -3,5 +3,5 @@ // IMPORTANT: Do not edit this file -- any edits made here will be lost! client server -Throughput.cpp -Throughput.h +Nrvo.cpp +Nrvo.h |