diff options
| -rw-r--r-- | gen.rc | 1 | ||||
| -rw-r--r-- | template/config | 3 | ||||
| -rw-r--r-- | template/info/sparse-checkout | 3 |
3 files changed, 7 insertions, 0 deletions
@@ -4,6 +4,7 @@ subgen devel subgen extra subgen util +subninja template/local.ninja file .perms '$outdir'/root.perms 644 diff --git a/template/config b/template/config new file mode 100644 index 00000000..0a010eff --- /dev/null +++ b/template/config @@ -0,0 +1,3 @@ +[core] + sharedRepository = 0600 + sparseCheckout = true diff --git a/template/info/sparse-checkout b/template/info/sparse-checkout new file mode 100644 index 00000000..3dbef29d --- /dev/null +++ b/template/info/sparse-checkout @@ -0,0 +1,3 @@ +* +!/.perms +!/LICENSE |
