From 1979a41236c2bca67a3826f61f430b058b5c43a1 Mon Sep 17 00:00:00 2001 From: yuruiyin Date: Mon, 16 Mar 2020 14:15:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9gitignore=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E5=92=8C=E6=96=B0=E5=BB=BAREADME=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 ++++++- .idea/vcs.xml | 6 ++++++ README.md | 3 +++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .idea/vcs.xml create mode 100644 README.md diff --git a/.gitignore b/.gitignore index cf14531..45a1a33 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,9 @@ /sample/build/classes/java/main/ /treemultiset/build/ /treemultiset/build/classes/java/main/ -/treemultiset/build/classes/java/test/ \ No newline at end of file +/treemultiset/build/classes/java/test/ + +.idea +*.iml +out +gen \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..ff8f3ff --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# TreeMultiSet +基于TreeMap实现的支持可重复元素的TreeSet,易用、稳定、可靠 +