From 73340113be1fd897856ce96002928d6740631c0f Mon Sep 17 00:00:00 2001 From: pf7msezf6 <1319108879@qq.com> Date: Tue, 18 Mar 2025 16:59:52 +0800 Subject: [PATCH 1/2] Initial commit --- .gitignore | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 55 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0b8c959 --- /dev/null +++ b/.gitignore @@ -0,0 +1,53 @@ +# ---> Eagle +# Ignore list for Eagle, a PCB layout tool + +# Backup files +*.s#? +*.b#? +*.l#? +*.b$? +*.s$? +*.l$? + +# Eagle project file +# It contains a serial number and references to the file structure +# on your computer. +# comment the following line if you want to have your project file included. +eagle.epf + +# Autorouter files +*.pro +*.job + +# CAM files +*.$$$ +*.cmp +*.ly2 +*.l15 +*.sol +*.plc +*.stc +*.sts +*.crc +*.crs + +*.dri +*.drl +*.gpi +*.pls +*.ger +*.xln + +*.drd +*.drd.* + +*.s#* +*.b#* + +*.info + +*.eps + +# file locks introduced since 7.x +*.lck + diff --git a/README.md b/README.md new file mode 100644 index 0000000..3964626 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# LPC + From 23994a1b8a8e2e6b0a931be70aca21736bb9d40b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=8D=9A?= <1879776863@qq.com> Date: Tue, 18 Mar 2025 17:31:16 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=BC=A0=E5=8D=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zb53-test.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 zb53-test.txt diff --git a/zb53-test.txt b/zb53-test.txt new file mode 100644 index 0000000..e69de29