From a4b3021a9475a1ce200e985f4b46d3eac0b25124 Mon Sep 17 00:00:00 2001 From: lxscnm <2631498624@qq.com> Date: Sun, 12 May 2024 17:02:25 +0800 Subject: [PATCH] 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..c698549 --- /dev/null +++ b/.gitignore @@ -0,0 +1,53 @@ +# ---> Ada +# Object file +*.o + +# Ada Library Information +*.ali + +# ---> Agda +*.agdai +MAlonzo/** + +# ---> Actionscript +# Build and Release Folders +bin-debug/ +bin-release/ +[Oo]bj/ +[Bb]in/ + +# Other files and folders +.settings/ + +# Executables +*.swf +*.air +*.ipa +*.apk + +# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` +# should NOT be excluded as they contain compiler settings and other important +# information for Eclipse / Flash Builder. + +# ---> AltiumDesigner +# For PCBs designed using Altium Designer +# Website: https://www.altium.com/altium-designer/ + +# Directories containing cache data +History +__Previews + +# Directories containing logs and generated outputs +Project\ Logs* +Project\ Outputs* + +# Misc files generated by altium +debug.log +Status\ Report.txt +*.PcbDoc.htm +*.SchDocPreview +*.PcbDocPreview + +# Lock files sometimes left behind +.~lock.* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..29267a7 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# CNMlxs +