diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2022-03-22 14:22:32 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2022-03-22 14:22:32 -0600 |
commit | e9490940d01e7ab2b9479a38325a60be096787af (patch) | |
tree | c6fbaa196a731c80e7fb255d89dbf0f97bb0491f /.gitignore | |
parent | 96559b7870450517711bb8ccf7c5bf0b9fba8df9 (diff) | |
download | uirc-e9490940d01e7ab2b9479a38325a60be096787af.tar uirc-e9490940d01e7ab2b9479a38325a60be096787af.tar.gz uirc-e9490940d01e7ab2b9479a38325a60be096787af.tar.bz2 |
fixed segfault with new function
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ +# ide directories .vscode/ +# binaries uirc +d_uirc +# gcc output *.o + +# common image types +*.png +*.jpg +*.jpeg +*.bmp |