diff options
author | emkael <emkael@tlen.pl> | 2016-10-11 22:01:35 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-10-11 22:15:22 +0200 |
commit | ce325924f1ccdfd57dfcfdf107c7c289e019ea3f (patch) | |
tree | 60b0d39bd60362c88245de73b8856b55645a1854 /Makefile | |
parent | 748f5f7a3ae1a33ef02d30e327c8b8c5c7177a8a (diff) |
* moving .gitignore for caches
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ all: build build: - find caches -type f -delete + find caches -type f -not -name '.gitignore' -delete ./bin/static-site.php test: devel build |