mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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 <arjav1528@gmail.com>
This commit is contained in:
parent
0be4928893
commit
faf07ed3b0
1 changed files with 13 additions and 0 deletions
13
system/microros/.gitignore
vendored
Normal file
13
system/microros/.gitignore
vendored
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue