diff --git a/.gitignore b/.gitignore index 3e76a09..c023ce9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .ccls-cache/ build/ +*.o diff --git a/01-introduction/src/main.o b/01-introduction/src/main.o deleted file mode 100644 index 8e6797f..0000000 Binary files a/01-introduction/src/main.o and /dev/null differ diff --git a/02-jumping/.imgs/showcase.png b/02-jumping/.imgs/showcase.png index 5e08d16..bcfda38 100644 Binary files a/02-jumping/.imgs/showcase.png and b/02-jumping/.imgs/showcase.png differ diff --git a/02-jumping/README.md b/02-jumping/README.md index 5b04361..da1112f 100644 --- a/02-jumping/README.md +++ b/02-jumping/README.md @@ -1,3 +1,7 @@ +

+ +

+ # Jumping Code added to 01-introduction for jumping around. diff --git a/02-jumping/src/main.o b/02-jumping/src/main.o deleted file mode 100644 index de82e66..0000000 Binary files a/02-jumping/src/main.o and /dev/null differ