summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2023-08-25 18:24:31 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2023-08-25 18:24:31 +0100
commit0d25b2b78e213df5beabf429b3ab4081b0ad0751 (patch)
tree2db1de9dd265d08fd3084e2076045c54ba1cd60c /.gitignore
downloadabelian-sandpile-0d25b2b78e213df5beabf429b3ab4081b0ad0751.tar.gz
abelian-sandpile-0d25b2b78e213df5beabf429b3ab4081b0ad0751.tar.bz2
abelian-sandpile-0d25b2b78e213df5beabf429b3ab4081b0ad0751.zip
INITIAL
Simple hello world in raylib, with a Makefile to do the compilation for me!
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
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