This is an automated email from the ASF dual-hosted git repository.

lupyuen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git

commit faf07ed3b07ed2e10e2aae8d93f1bfddfec37c6f
Author: Arjav Patel <[email protected]>
AuthorDate: Thu May 21 10:40:44 2026 +0530

    apps/system/microros: Add .gitignore for library build artifacts.
    
    Ignore build outputs and generated files:
    - Directories: micro_ros_src/, micro_ros_dev/, build/, install/
    - Build outputs: libmicroros.a, toolchain.cmake, colcon.meta
    - Archives: *.tar.gz
    
    Prevents build artifacts and downloaded sources from being committed.
    
    Signed-off-by: Arjav Patel <[email protected]>
---
 system/microros/.gitignore | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/system/microros/.gitignore b/system/microros/.gitignore
new file mode 100644
index 000000000..878b0e80a
--- /dev/null
+++ b/system/microros/.gitignore
@@ -0,0 +1,13 @@
+# Build artifacts
+/build/
+/install/
+/micro_ros_dev/
+/micro_ros_src/
+
+# Generated files
+/libmicroros.a
+/toolchain.cmake
+/colcon.meta
+
+# Archives
+*.tar.gz

Reply via email to