commit c9055b6ff45703cd04af6d04f6f7a05dc9950740 Author: Parker Macdonald Date: Sat Dec 7 13:56:15 2024 -0700 add gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bc5ed4e --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Ignore all +* + +# Unignore all with extensions +!*.* + +# Unignore all dirs +!*/ + +*.o \ No newline at end of file