summaryrefslogtreecommitdiff
path: root/.config/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-02-11 18:49:51 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-02-11 18:49:51 -0500
commite72c0dd2e8909019cfa6118353652b2299f0d16c (patch)
treeee5f5455fd0f46064fec2bbc92b345d38b575e73 /.config/Makefile
parent83c71bfd686ae36b0483a8278303de7e5fe4924d (diff)
parent0283ec58b3f4e179c0d8f57e5fc9ecb6e7750e17 (diff)
Merge branch 'master' into gluglugt60-par/master
Diffstat (limited to '.config/Makefile')
-rw-r--r--.config/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/Makefile b/.config/Makefile
index 5274756..3b7ebb1 100644
--- a/.config/Makefile
+++ b/.config/Makefile
@@ -21,7 +21,7 @@ clean:
.PHONY: all clean
${HOME}/.folders: ${HOME}/Maildir $(MAKEFILE_LIST)
- find -L $< -mindepth 2 -maxdepth 2 \( -type f -name "maildirfolder" -o -type d -name new -o -type d -name tmp -o -type d -name cur \) -printf '%P\0' | xargs -r0 dirname -z -- | sort -zu | xargs -0 printf -- '.%s\n' | grep -vP '^\.FOLDERS.Ham.20(?!1[56])' > '$@'
+ find -L $< -mindepth 2 -maxdepth 2 \( -type f -name "maildirfolder" -o -type d -name new -o -type d -name tmp -o -type d -name cur \) -printf '%P\0' | xargs -r0 dirname -z -- | sort -zu | xargs -0 printf -- '.%s\n' > '$@'
${GIT_DIR}/info/exclude: ${HOME}/.git.info.exclude.in $(shell echo .??*/)
( cat $<; find $^ -type f -name 'CACHEDIR.TAG' -printf '%h\n'|sed 's@^\./@/@' ) > $@