diff options
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/** |