From 7ccb425e390a71c205dcecc75890c36845ac5253 Mon Sep 17 00:00:00 2001 From: Junhan Chang Date: Sat, 17 Aug 2024 18:03:31 +0800 Subject: [PATCH] Initial commit --- .gitattributes | 2 ++ .gitignore | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 2 ++ 3 files changed, 55 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..dfe07704 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..35d74bb7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,51 @@ +devel/ +logs/ +build/ +bin/ +lib/ +msg_gen/ +srv_gen/ +msg/*Action.msg +msg/*ActionFeedback.msg +msg/*ActionGoal.msg +msg/*ActionResult.msg +msg/*Feedback.msg +msg/*Goal.msg +msg/*Result.msg +msg/_*.py +build_isolated/ +devel_isolated/ + +# Generated by dynamic reconfigure +*.cfgc +/cfg/cpp/ +/cfg/*.py + +# Ignore generated docs +*.dox +*.wikidoc + +# eclipse stuff +.project +.cproject + +# qcreator stuff +CMakeLists.txt.user + +srv/_*.py +*.pcd +*.pyc +qtcreator-* +*.user + +/planning/cfg +/planning/docs +/planning/src + +*~ + +# Emacs +.#* + +# Catkin custom files +CATKIN_IGNORE diff --git a/README.md b/README.md new file mode 100644 index 00000000..32d6d2ed --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# ILabOS + Laboratory Automation with AI and SImulation Environment