diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-09-05 11:14:52 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-10-17 19:07:20 -0400 |
commit | 4623bdcff2d96192a3399fe9601856a5fb934ed9 (patch) | |
tree | 8e38a29727c427aaab8136c1b2db951dd66ef6cd /.gitignore | |
parent | processing info (diff) |
build related
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -19,10 +19,20 @@ !src !src/doc_reform !src/doc_reform/* +!src_toml +!src_toml/doc_reform +!src_toml/doc_reform/* +!src_yaml +!src_yaml/doc_reform +!src_yaml/doc_reform/* !data !data/* !data/src/** +!data/src_toml/** +!data/src_yaml/** !data/pod/** +!data/pod_toml/** +!data/pod_yaml/** !*.sst !*.ssm !**/*.sst @@ -38,6 +48,12 @@ !sisudoc !views !docs/*.html +!notes +notes/** +!notes/*.org +!notes/sisu-description.sst +!notes/reminders +!notes/reminders/** .dub/** tmp/** *_.org @@ -51,3 +67,6 @@ tmp/** #*~ #\#* #*.\#* +#!debian +#!debian/* +#.reggae/** |