diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1bafcd5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.DS_Store +.idea/* +cmake-build-debug/* \ No newline at end of file diff --git a/SeqList/LinkList.c b/LinearList/LinkList.c similarity index 100% rename from SeqList/LinkList.c rename to LinearList/LinkList.c diff --git a/SeqList/SeqList.c b/LinearList/SeqList.c similarity index 100% rename from SeqList/SeqList.c rename to LinearList/SeqList.c diff --git a/SeqList/.DS_Store b/SeqList/.DS_Store deleted file mode 100644 index 5008ddf..0000000 Binary files a/SeqList/.DS_Store and /dev/null differ