「🗑️」 clean: cleaned project.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
.direnv
|
||||
*.o
|
||||
obj/
|
||||
Polymorphism
|
||||
|
Binary file not shown.
@ -1,2 +0,0 @@
|
||||
obj/./WrongAnimal.o: WrongAnimal.cpp WrongAnimal.hpp
|
||||
WrongAnimal.hpp:
|
@ -1,3 +0,0 @@
|
||||
obj/./WrongCat.o: WrongCat.cpp WrongCat.hpp animal.hpp
|
||||
WrongCat.hpp:
|
||||
animal.hpp:
|
@ -1,2 +0,0 @@
|
||||
obj/./animal.o: animal.cpp animal.hpp
|
||||
animal.hpp:
|
@ -1,3 +0,0 @@
|
||||
obj/./cat.o: cat.cpp cat.hpp animal.hpp
|
||||
cat.hpp:
|
||||
animal.hpp:
|
@ -1,3 +0,0 @@
|
||||
obj/./dog.o: dog.cpp dog.hpp animal.hpp
|
||||
dog.hpp:
|
||||
animal.hpp:
|
@ -1 +0,0 @@
|
||||
obj/./log.o: log.cpp
|
@ -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:
|
Reference in New Issue
Block a user