diff options
| author | Wyatt <[email protected]> | 2022-10-18 21:38:08 -0700 |
|---|---|---|
| committer | Wyatt <[email protected]> | 2022-10-18 21:38:08 -0700 |
| commit | 6f38db0180b9d4d6b95024f2d6ffe7a513128d10 (patch) | |
| tree | cbb11c9866e8948f61caee6c69d7a797dd83e821 /.gitignore | |
| parent | finished (diff) | |
| download | cst116-ch9-debugging-johnson-main.tar.xz cst116-ch9-debugging-johnson-main.zip | |
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..5f32aa2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ + +/CST116-Ch9-Debugging/.vs/CST116-Ch9-Debugging |