diff options
author | Aki <please@ignore.pl> | 2021-08-30 21:57:11 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2021-08-31 21:37:27 +0200 |
commit | 74a89676841f37d83c1ec02c9813fec95d773c55 (patch) | |
tree | 5f1f30845e56f7c22cee07c7d0fbeb9432846be4 /.gitignore | |
download | text-74a89676841f37d83c1ec02c9813fec95d773c55.zip text-74a89676841f37d83c1ec02c9813fec95d773c55.tar.gz text-74a89676841f37d83c1ec02c9813fec95d773c55.tar.bz2 |
Put together a simple text renderer to a PNG
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..11c8a1e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.o +text |