Obtain ignored files from .gitignore
This commit is contained in:
parent
61d87a2d69
commit
cde69f0cbc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
IGNORED = .jekyll-metadata Gemfile.lock _site
|
||||
IGNORED := $(shell grep -v testenv .gitignore)
|
||||
VOLUME_ARG =
|
||||
|
||||
.PHONY: all
|
||||
|
|
Loading…
Reference in a new issue