Repository: thrift Updated Branches: refs/heads/master 15c400488 -> 4a62f188f
Added C# bin/obj to gitignore Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/4a62f188 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/4a62f188 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/4a62f188 Branch: refs/heads/master Commit: 4a62f188fc6d44f4341b7bdd52179e87b700e707 Parents: 15c4004 Author: Jens Geyer <[email protected]> Authored: Tue Sep 29 20:57:17 2015 +0200 Committer: Jens Geyer <[email protected]> Committed: Tue Sep 29 22:09:18 2015 +0200 ---------------------------------------------------------------------- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/4a62f188/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 4219468..e0c7a26 100644 --- a/.gitignore +++ b/.gitignore @@ -256,6 +256,10 @@ test-driver /tutorial/cpp/TutorialServer /tutorial/c_glib/tutorial_client /tutorial/c_glib/tutorial_server +/tutorial/csharp/CsharpServer/obj +/tutorial/csharp/CsharpServer/bin +/tutorial/csharp/CsharpClient/obj +/tutorial/csharp/CsharpClient/bin /tutorial/delphi/*.dsk /tutorial/delphi/*.local /tutorial/delphi/*.tvsconfig
