mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Setup default CLion ignores
This commit is contained in:
committed by
Lorenz Meier
parent
25d1daa7a5
commit
3414fc1c7c
17
.gitignore
vendored
17
.gitignore
vendored
@@ -72,3 +72,20 @@ GTAGS
|
|||||||
# uavcan firmware
|
# uavcan firmware
|
||||||
ROMFS/px4fmu_common/uavcan/
|
ROMFS/px4fmu_common/uavcan/
|
||||||
vectorcontrol/
|
vectorcontrol/
|
||||||
|
|
||||||
|
|
||||||
|
# CLion ignores
|
||||||
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||||||
|
# User-specific stuff:
|
||||||
|
.idea/workspace.xml
|
||||||
|
.idea/tasks.xml
|
||||||
|
.idea/dictionaries
|
||||||
|
.idea/vcs.xml
|
||||||
|
.idea/jsLibraryMappings.xml
|
||||||
|
# Sensitive or high-churn files:
|
||||||
|
.idea/dataSources.ids
|
||||||
|
.idea/dataSources.xml
|
||||||
|
.idea/dataSources.local.xml
|
||||||
|
.idea/sqlDataSources.xml
|
||||||
|
.idea/dynamic.xml
|
||||||
|
.idea/uiDesigner.xml
|
||||||
2
Makefile
2
Makefile
@@ -279,7 +279,7 @@ submodulesclean:
|
|||||||
@git submodule update --init --recursive --force
|
@git submodule update --init --recursive --force
|
||||||
|
|
||||||
distclean: submodulesclean clean
|
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.
|
# All other targets are handled by PX4_MAKE. Add a rule here to avoid printing an error.
|
||||||
%:
|
%:
|
||||||
|
|||||||
Reference in New Issue
Block a user