mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08:00
Makefile:distclean should not delete an local eclipse .settings
This commit is contained in:
@@ -400,7 +400,7 @@ gazeboclean:
|
|||||||
@rm -rf ~/.gazebo/*
|
@rm -rf ~/.gazebo/*
|
||||||
|
|
||||||
distclean: submodulesclean gazeboclean
|
distclean: submodulesclean gazeboclean
|
||||||
@git clean -ff -x -d -e ".project" -e ".cproject" -e ".idea"
|
@git clean -ff -x -d -e ".project" -e ".cproject" -e ".idea" -e ".settings"
|
||||||
|
|
||||||
# --------------------------------------------------------------------
|
# --------------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user