diff options
| author | Michael Forney <mforney@mforney.org> | 2016-06-11 08:19:17 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-06-11 08:19:17 -0700 |
| commit | 0add8188ae0864014b7b93cbe6554f98ff35f8e8 (patch) | |
| tree | 09c25e348c2ee63394b45dfebff2e15887f5f742 | |
| parent | 5ae949dd50f10ad69759fcbabf93077444448f87 (diff) | |
Add git template directory
| -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 |
