diff options
| author | [email protected] <[email protected]> | 2022-10-12 14:09:31 -0700 |
|---|---|---|
| committer | [email protected] <[email protected]> | 2022-10-12 14:09:31 -0700 |
| commit | f26c13dec6a4a70a6f101ebc415bcfc50847ffa4 (patch) | |
| tree | 52229c9f11d2052749f115c10903ff03133891bb /.gitignore | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-ch7-debugging-smith-benjamin-f26c13dec6a4a70a6f101ebc415bcfc50847ffa4.tar.xz cst116-ch7-debugging-smith-benjamin-f26c13dec6a4a70a6f101ebc415bcfc50847ffa4.zip | |
Test 1
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f945c9e --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ + +/.vs/cst116-ch7-debugging-Smith-Benjamin/v17 |