1
0

🗑️」 clean: cleaned project.

This commit is contained in:
2024-12-04 14:30:24 +01:00
parent 51be1a6627
commit c80c06d354
9 changed files with 2 additions and 19 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
.direnv .direnv
*.o *.o
obj/
Polymorphism

Binary file not shown.

View File

@ -1,2 +0,0 @@
obj/./WrongAnimal.o: WrongAnimal.cpp WrongAnimal.hpp
WrongAnimal.hpp:

View File

@ -1,3 +0,0 @@
obj/./WrongCat.o: WrongCat.cpp WrongCat.hpp animal.hpp
WrongCat.hpp:
animal.hpp:

View File

@ -1,2 +0,0 @@
obj/./animal.o: animal.cpp animal.hpp
animal.hpp:

View File

@ -1,3 +0,0 @@
obj/./cat.o: cat.cpp cat.hpp animal.hpp
cat.hpp:
animal.hpp:

View File

@ -1,3 +0,0 @@
obj/./dog.o: dog.cpp dog.hpp animal.hpp
dog.hpp:
animal.hpp:

View File

@ -1 +0,0 @@
obj/./log.o: log.cpp

View File

@ -1,5 +0,0 @@
obj/./main.o: main.cpp WrongAnimal.hpp cat.hpp animal.hpp dog.hpp
WrongAnimal.hpp:
cat.hpp:
animal.hpp:
dog.hpp: