mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 10:17:45 +08:00
Setup default CLion ignores
This commit is contained in:
committed by
Lorenz Meier
parent
25d1daa7a5
commit
3414fc1c7c
@@ -279,7 +279,7 @@ submodulesclean:
|
||||
@git submodule update --init --recursive --force
|
||||
|
||||
distclean: submodulesclean clean
|
||||
@git clean -ff -x -d -e ".project" -e ".cproject"
|
||||
@git clean -ff -x -d -e ".project" -e ".cproject" -e ".idea"
|
||||
|
||||
# All other targets are handled by PX4_MAKE. Add a rule here to avoid printing an error.
|
||||
%:
|
||||
|
||||
Reference in New Issue
Block a user