From e9490940d01e7ab2b9479a38325a60be096787af Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 22 Mar 2022 14:22:32 -0600 Subject: fixed segfault with new function --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2b07042..07cee1c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,15 @@ +# ide directories .vscode/ +# binaries uirc +d_uirc +# gcc output *.o + +# common image types +*.png +*.jpg +*.jpeg +*.bmp -- cgit v1.2.3