diff options
| author | [email protected] <[email protected]> | 2022-09-29 13:56:13 -0700 |
|---|---|---|
| committer | [email protected] <[email protected]> | 2022-09-29 13:56:13 -0700 |
| commit | 8c7cb6e82506627667b9ac2881afa5d4a8d33012 (patch) | |
| tree | 56f4a40fdccdc972a9e6ebaeff9b1bbb3febd7ec /.gitignore | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-debugging-smith-8c7cb6e82506627667b9ac2881afa5d4a8d33012.tar.xz cst116-debugging-smith-8c7cb6e82506627667b9ac2881afa5d4a8d33012.zip | |
first
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..669e548 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ + +/.vs/cst116-lab0-debugging-Smith-Benjamin/v17 +/Ch 5 Debugging Project/.vs/Ch 5 Debugging Project |