Skip to content

Commit

Permalink
ports/psoc6: Adding files to gitignore.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <enriquezgarcia.external@infineon.com>
  • Loading branch information
jaenrig-ifx authored and actions-user committed May 3, 2024
1 parent 951f235 commit 0e77323
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion ports/psoc6/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/mtb_shared
../../tools/psoc6/local-devs.yml
1 change: 1 addition & 0 deletions ports/psoc6/mtb-libs/deps/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.mtb
2 changes: 1 addition & 1 deletion ports/psoc6/mtb-libs/makefile_mtb.mk
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ mtb_deinit: clean
-$(Q) cd $(MTB_LIBS_DIR); rm -rf libs
-$(Q) cd $(MTB_LIBS_DIR); rm -rf bsps
-$(Q) cd $(MTB_LIBS_DIR); rm -rf ../mtb_shared
-$(Q) cd $(MTB_LIBS_DIR); find deps/ -maxdepth 1 -type f -delete
-$(Q) cd $(MTB_LIBS_DIR); find deps/*.mtb -maxdepth 1 -type f -delete

# Some of the configuration variables are passed to the ModusToolbox
# Makefile to include/exclude certain middleware libraries and components
Expand Down

0 comments on commit 0e77323

Please sign in to comment.