From f50fe244163768c61eafb9d40ee0a24c4200a4db Mon Sep 17 00:00:00 2001 From: Musa Ahmed Date: Tue, 4 Oct 2022 16:13:26 -0700 Subject: removed unneeded checklist --- Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj | 1 - Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters | 3 --- Ch 5 Debugging Project/Checklist.txt | 7 ------- 3 files changed, 11 deletions(-) delete mode 100644 Ch 5 Debugging Project/Checklist.txt (limited to 'Ch 5 Debugging Project') diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj index 09ec702..67135b9 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj @@ -146,7 +146,6 @@ - diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters index dedc1e2..3911d3f 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters @@ -25,9 +25,6 @@ - - Source Files - Source Files diff --git a/Ch 5 Debugging Project/Checklist.txt b/Ch 5 Debugging Project/Checklist.txt deleted file mode 100644 index eeb5486..0000000 --- a/Ch 5 Debugging Project/Checklist.txt +++ /dev/null @@ -1,7 +0,0 @@ -1. Clone the git repository through VS -2. Add the "/.gitignore" -3. Make a change to the code -4. Go to the git changes tab and add a description about the change -5. Save all changes and commit all -6. Press push -7. Now should be available to see on GitHub -- cgit v1.2.3