Skip to content

Commit

Permalink
add Makefile for vendor/.gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kovetskiy committed Sep 7, 2016
1 parent 60005ae commit cc802ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vendor/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.PHONY: .gitignore

.gitignore:
find . -type d -name .git -prune -printf '/%P\n' \
| sed 's#/\.git$$##' \
| sort \
| tee .gitignore

0 comments on commit cc802ab

Please sign in to comment.