From b19828f9e438c89ee5ea3005c937934c24b44128 Mon Sep 17 00:00:00 2001 From: flykhan Date: Mon, 24 Jul 2023 15:32:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ README.md | 1 + 2 files changed, 37 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..97b3a04 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +# ---> C++ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +# 自定义忽略 +test \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..777e3b1 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# 《啊哈算法》