diff options
author | Ralph Amissah <ralph@amissah.com> | 2018-02-21 17:27:44 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 2a6477cc99c929edffbd805e9d7fffb40d6d63cf (patch) | |
tree | 065e1e64a9275503c5f8b48bde146e1cfcc78805 /.gitignore | |
parent | 0.24.0 toml or sdlang for configuration (diff) |
maker.org updates, including reggae builds
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 30 |
1 files changed, 21 insertions, 9 deletions
@@ -6,29 +6,41 @@ !version.txt !dub*.json !dub.sdl -.dub/** !tangle !*.org !*.d !*.txt -!*.sst !conf.sdl -!sisupod.manifest -!sisu_document_make.sdl -!config_local_site.sdl -!sisu_document_make.toml -!config_local_site.toml !org !src !src/* !data !data/* +!data/toml/* +!data/sdlang/* +!data/toml/sisupod/** +!data/toml/sisudir/** +!data/sdlang/sisupod/** +!data/sdlang/sisudir/** +!*.sst +!*.ssm +!**/*.sst +!**/*.ssm +!sisupod.manifest +!sisu_document_make.sdl +!config_local_site.sdl +!sisu_document_make.toml +!config_local_site.toml !sisudoc !views !docs/*.html -!**/ -**/.#* +.dub/** +.reggae/** tmp/** +*_ +*~ +\#* +*.\#* #!*/ #*~ #\#* |