From 16dbfd7481d27a1b29bc95cba7e5a1e214798be8 Mon Sep 17 00:00:00 2001 From: Flower Black Date: Wed, 4 Dec 2024 11:07:55 +0800 Subject: [PATCH] Optimize .gitignore to get rid of annoying intermediate product commit reminders. --- Ubiquitous/XiZi_AIoT/.gitignore | 1 + Ubiquitous/XiZi_AIoT/services/app/.gitignore | 3 +++ Ubiquitous/XiZi_AIoT/services/tools/mkfs/.gitignore | 1 + 3 files changed, 5 insertions(+) create mode 100644 Ubiquitous/XiZi_AIoT/.gitignore create mode 100644 Ubiquitous/XiZi_AIoT/services/app/.gitignore create mode 100644 Ubiquitous/XiZi_AIoT/services/tools/mkfs/.gitignore diff --git a/Ubiquitous/XiZi_AIoT/.gitignore b/Ubiquitous/XiZi_AIoT/.gitignore new file mode 100644 index 000000000..c795b054e --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/.gitignore @@ -0,0 +1 @@ +build \ No newline at end of file diff --git a/Ubiquitous/XiZi_AIoT/services/app/.gitignore b/Ubiquitous/XiZi_AIoT/services/app/.gitignore new file mode 100644 index 000000000..46078f320 --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/app/.gitignore @@ -0,0 +1,3 @@ +bin +fs.img +user.map \ No newline at end of file diff --git a/Ubiquitous/XiZi_AIoT/services/tools/mkfs/.gitignore b/Ubiquitous/XiZi_AIoT/services/tools/mkfs/.gitignore new file mode 100644 index 000000000..3337b041d --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/tools/mkfs/.gitignore @@ -0,0 +1 @@ +mkfs \ No newline at end of file