浏览代码

~/.rsync-filter: also sync ~/w

there has been some interesting stuff in it lately, all of it
unpublished and possibly unpublishable. (with maybe one or two
exceptions that should get published.)

also, should these things reside on a `secret` branch or should they
just not be version controlled. i think a `secret` branch would be
right, but then it could never be merged back without exposing
everything. mhh... how do people do this? (answer: they probably just
write it somewhere or separate the things. or maybe start out everything
in a secret place and then switch. in any case, they probably don't use
version control, or at least they don't worry about it and use a tool
that manages the process.)
Lucas Stadler 11 年之前
父节点
当前提交
26abdb1531
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .rsync-filter

+ 1 - 0
.rsync-filter

@ -1,5 +1,6 @@
1 1
# projects and other files
2 2
+ /d
3
+ /w
3 4
+ /k
4 5
+ /m
5 6