diff options
author | Stijn Buys <ingar@telenet.be> | 2022-05-25 20:27:22 +0200 |
---|---|---|
committer | Stijn Buys <ingar@telenet.be> | 2022-05-25 20:27:22 +0200 |
commit | 9c1ed304375d5515e5a4a20bbdb0784d5b4de4b1 (patch) | |
tree | b1e6f6bba6f9ff941da86f8e818d2c32742a3827 /.gitignore | |
parent | 377ee795e688f2f3363edcf3cb6455ec6b6653ef (diff) |
Changed license to LGPL-3.0, to accomodate the cairo_jpeg license. Added support for writing jpeg files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b8c641d --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*~ +*.o +*.jpg +*.png |