diff options
| author | CEOofOogaBooga <[email protected]> | 2022-09-28 15:49:00 -0700 |
|---|---|---|
| committer | CEOofOogaBooga <[email protected]> | 2022-09-28 15:49:00 -0700 |
| commit | feb794f2b5313eb53d6ed8dedd4cdc43b6e9032b (patch) | |
| tree | a127b5fa85c428937aa6c7c124c70429f39ca4fe /.gitignore | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | archived-cst116-debugging-trinh-feb794f2b5313eb53d6ed8dedd4cdc43b6e9032b.tar.xz archived-cst116-debugging-trinh-feb794f2b5313eb53d6ed8dedd4cdc43b6e9032b.zip | |
updates
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..f020cf9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ + +/.vs +/Ch 5 Debugging Project/.vs |