mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 07:09:48 +08:00
Makefile:distclean should not delete an local eclipse .settings
This commit is contained in:
@@ -400,7 +400,7 @@ gazeboclean:
|
||||
@rm -rf ~/.gazebo/*
|
||||
|
||||
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