From bd760b5c51351e787297ceb54422beb8ce00a1ec Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 24 Oct 2020 15:32:46 +0300 Subject: Removed some build and local configuration files --- C++/build-Debug/BABS/.d | 1 - C++/build-Debug/BABS/BankAccount.cpp.o | Bin 141104 -> 0 bytes C++/build-Debug/BABS/BankAccount.cpp.o.d | 3 --- C++/build-Debug/BABS/BankSystem.cpp.o | Bin 170048 -> 0 bytes C++/build-Debug/BABS/BankSystem.cpp.o.d | 6 ------ C++/build-Debug/BABS/ObjectsList.txt | 1 - C++/build-Debug/BABS/main.cpp.o | Bin 39032 -> 0 bytes C++/build-Debug/BABS/main.cpp.o.d | 5 ----- C++/build-Debug/bin/BABS | Bin 187312 -> 0 bytes 9 files changed, 16 deletions(-) delete mode 100644 C++/build-Debug/BABS/.d delete mode 100644 C++/build-Debug/BABS/BankAccount.cpp.o delete mode 100644 C++/build-Debug/BABS/BankAccount.cpp.o.d delete mode 100644 C++/build-Debug/BABS/BankSystem.cpp.o delete mode 100644 C++/build-Debug/BABS/BankSystem.cpp.o.d delete mode 100644 C++/build-Debug/BABS/ObjectsList.txt delete mode 100644 C++/build-Debug/BABS/main.cpp.o delete mode 100644 C++/build-Debug/BABS/main.cpp.o.d delete mode 100755 C++/build-Debug/bin/BABS (limited to 'C++/build-Debug') diff --git a/C++/build-Debug/BABS/.d b/C++/build-Debug/BABS/.d deleted file mode 100644 index 8b13789..0000000 --- a/C++/build-Debug/BABS/.d +++ /dev/null @@ -1 +0,0 @@ - diff --git a/C++/build-Debug/BABS/BankAccount.cpp.o b/C++/build-Debug/BABS/BankAccount.cpp.o deleted file mode 100644 index 17b532d..0000000 Binary files a/C++/build-Debug/BABS/BankAccount.cpp.o and /dev/null differ diff --git a/C++/build-Debug/BABS/BankAccount.cpp.o.d b/C++/build-Debug/BABS/BankAccount.cpp.o.d deleted file mode 100644 index a37af18..0000000 --- a/C++/build-Debug/BABS/BankAccount.cpp.o.d +++ /dev/null @@ -1,3 +0,0 @@ -../build-Debug/BABS/BankAccount.cpp.o: BankAccount.cpp BankAccount.h - -BankAccount.h: diff --git a/C++/build-Debug/BABS/BankSystem.cpp.o b/C++/build-Debug/BABS/BankSystem.cpp.o deleted file mode 100644 index 8b097da..0000000 Binary files a/C++/build-Debug/BABS/BankSystem.cpp.o and /dev/null differ diff --git a/C++/build-Debug/BABS/BankSystem.cpp.o.d b/C++/build-Debug/BABS/BankSystem.cpp.o.d deleted file mode 100644 index 97e857b..0000000 --- a/C++/build-Debug/BABS/BankSystem.cpp.o.d +++ /dev/null @@ -1,6 +0,0 @@ -../build-Debug/BABS/BankSystem.cpp.o: BankSystem.cpp BankSystem.h \ - BankAccount.h - -BankSystem.h: - -BankAccount.h: diff --git a/C++/build-Debug/BABS/ObjectsList.txt b/C++/build-Debug/BABS/ObjectsList.txt deleted file mode 100644 index 0404e94..0000000 --- a/C++/build-Debug/BABS/ObjectsList.txt +++ /dev/null @@ -1 +0,0 @@ -../build-Debug/BABS/main.cpp.o ../build-Debug/BABS/BankSystem.cpp.o ../build-Debug/BABS/BankAccount.cpp.o diff --git a/C++/build-Debug/BABS/main.cpp.o b/C++/build-Debug/BABS/main.cpp.o deleted file mode 100644 index cb8fbed..0000000 Binary files a/C++/build-Debug/BABS/main.cpp.o and /dev/null differ diff --git a/C++/build-Debug/BABS/main.cpp.o.d b/C++/build-Debug/BABS/main.cpp.o.d deleted file mode 100644 index 574b935..0000000 --- a/C++/build-Debug/BABS/main.cpp.o.d +++ /dev/null @@ -1,5 +0,0 @@ -../build-Debug/BABS/main.cpp.o: main.cpp BankSystem.h BankAccount.h - -BankSystem.h: - -BankAccount.h: diff --git a/C++/build-Debug/bin/BABS b/C++/build-Debug/bin/BABS deleted file mode 100755 index 15c0a8b..0000000 Binary files a/C++/build-Debug/bin/BABS and /dev/null differ -- cgit v1.2.3