1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-28 06:24:10 +01:00

Exclude artwork, flight and hardware from source distribution

This commit is contained in:
James Duley 2016-05-07 10:05:34 +01:00
parent c4c0fc21e3
commit 5be9d022e4
2 changed files with 7 additions and 1 deletions

5
.gitattributes vendored
View File

@ -32,3 +32,8 @@
/Makefile text eol=lf
# More attributes are defined in per-directory .gitattributes which override this file
# Not needed in source distribution for building GCS
/artwork/ export-ignore
/flight/ export-ignore
/hardware/ export-ignore

View File

@ -235,7 +235,8 @@ endif
FLIGHT_OUT_DIR := $(BUILD_DIR)/firmware
DIRS += $(FLIGHT_OUT_DIR)
include $(ROOT_DIR)/flight/Makefile
# Might not be here in source package
-include $(ROOT_DIR)/flight/Makefile
##############################
#