Skip to content

Commit

Permalink
Exclude artwork, flight and hardware from source distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
parched committed May 7, 2016
1 parent c4c0fc2 commit 5be9d02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

##############################
#
Expand Down

0 comments on commit 5be9d02

Please sign in to comment.