mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
depot: ignore some files on pkg generation
Now, the typical gitignore patterns *~ *.rej *.orig *.swp are not added to the pkg.
This commit is contained in:
parent
e8acc5eabc
commit
a7dadd9dae
@ -61,6 +61,9 @@ $(DEPOT_ARCHIVE_DIR)/_archives: checked_recipe_hash_value_exists
|
||||
#
|
||||
RECIPE_FILES := $(notdir $(wildcard $(RECIPE_DIR)/*))
|
||||
RECIPE_FILES := $(patsubst %~,,$(RECIPE_FILES))
|
||||
RECIPE_FILES := $(patsubst %.rej,,$(RECIPE_FILES))
|
||||
RECIPE_FILES := $(patsubst %.orig,,$(RECIPE_FILES))
|
||||
RECIPE_FILES := $(patsubst %.swp,,$(RECIPE_FILES))
|
||||
RECIPE_FILES := $(filter-out archives hash,$(RECIPE_FILES))
|
||||
|
||||
checked_readme_exists:
|
||||
|
Loading…
x
Reference in New Issue
Block a user