From 0d25b2b78e213df5beabf429b3ab4081b0ad0751 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 25 Aug 2023 18:24:31 +0100 Subject: INITIAL Simple hello world in raylib, with a Makefile to do the compilation for me! --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..888dceb --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.out +*.o +*.so \ No newline at end of file -- cgit v1.2.3-13-gbd6f