commit | 4a62f188fc6d44f4341b7bdd52179e87b700e707 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Tue Sep 29 20:57:17 2015 +0200 |
committer | Jens Geyer <jensg@apache.org> | Tue Sep 29 22:09:18 2015 +0200 |
tree | 7ece18e201312de2f005205c65b0b0414f75409e | |
parent | 15c400488550d565e5436f1e77ad3fdddfd4ef66 [diff] [blame] |
Added C# bin/obj to gitignore
diff --git a/.gitignore b/.gitignore index 4219468..e0c7a26 100644 --- a/.gitignore +++ b/.gitignore
@@ -256,6 +256,10 @@ /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