diff options
author | Ralph Amissah <ralph@amissah.com> | 2020-02-07 10:52:16 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2020-03-06 15:13:53 -0500 |
commit | 503412b02356cd0dd92f0fc0900f48eab3afce24 (patch) | |
tree | 0e8ee05bcb814db5d414386c42fd9cd64804d892 /.gitignore | |
parent | latex outputs (various paper sizes & orientation) (diff) |
meson build
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -6,7 +6,7 @@ !README !makefile !version.txt -!dub*.json +!dub.json !dub.sdl !meson.build !tangle @@ -33,8 +33,12 @@ !**/*.sst !**/*.ssm !subprojects -!**/*.wrap !subprojects/*.wrap +# !subprojects/dyaml +!subprojects/d2sqlite3 +!subprojects/imageformats +# !subprojects/tinyendian +subprojects/*/.gitignore !pod.manifest !sisu_document_make !config_local_site @@ -61,5 +65,5 @@ tmp/** #\#* #*.\#* #!debian -#!debian/* +#!debian/** #.reggae/** |