From b5313709be2c145af176ee6945510a9fd70dbc2d Mon Sep 17 00:00:00 2001 From: bhahn2013 <bhahn2013@naver.com> Date: Mon, 3 Oct 2016 14:04:19 +0900 Subject: [PATCH] add .gitignore, modify README.md --- .gitignore | 1 + README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e660fd9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +bin/ diff --git a/README.md b/README.md index 24d8377..d1ba6b6 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -This is Test Project of OSS Class \ No newline at end of file +This is Test Project of OSS Class +Modify in PC Project -- GitLab