diff options
author | Jose <jose@zeroc.com> | 2014-05-02 19:03:35 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-05-02 19:03:35 +0200 |
commit | 26850f5440d2cf0a3328751b01ece8712f9b5281 (patch) | |
tree | 9342ed62c6febf9987bd8e831538ea313b25a904 /cpp/test | |
parent | Update depend files. (diff) | |
download | ice-26850f5440d2cf0a3328751b01ece8712f9b5281.tar.bz2 ice-26850f5440d2cf0a3328751b01ece8712f9b5281.tar.xz ice-26850f5440d2cf0a3328751b01ece8712f9b5281.zip |
Update .gitignore files
Diffstat (limited to 'cpp/test')
-rw-r--r-- | cpp/test/Ice/stringConverter/.gitignore | 1 | ||||
-rw-r--r-- | cpp/test/IceGrid/replicaGroup/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/stringConverter/.gitignore b/cpp/test/Ice/stringConverter/.gitignore index 505a9066685..67872faa673 100644 --- a/cpp/test/Ice/stringConverter/.gitignore +++ b/cpp/test/Ice/stringConverter/.gitignore @@ -2,5 +2,6 @@ // IMPORTANT: Do not edit this file -- any edits made here will be lost! client +server Test.cpp Test.h diff --git a/cpp/test/IceGrid/replicaGroup/.gitignore b/cpp/test/IceGrid/replicaGroup/.gitignore index 06dd9d3bfba..6c64605ce39 100644 --- a/cpp/test/IceGrid/replicaGroup/.gitignore +++ b/cpp/test/IceGrid/replicaGroup/.gitignore @@ -3,6 +3,7 @@ // IMPORTANT: Do not edit this file -- any edits made here will be lost! client server +libTestService.* Test.cpp Test.h build.txt |