diff options
author | crupest <crupest@outlook.com> | 2020-05-13 18:35:51 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-05-13 18:35:51 +0800 |
commit | f16de1095aff8395eba87d0ec0edccddcdae4257 (patch) | |
tree | 2e766d49a31332589b070a1e90286fda881efa3f /works/solutions/cpp/.gitignore | |
parent | e912950729b789c68d73b332db3003638371f215 (diff) | |
download | crupest-f16de1095aff8395eba87d0ec0edccddcdae4257.tar.gz crupest-f16de1095aff8395eba87d0ec0edccddcdae4257.tar.bz2 crupest-f16de1095aff8395eba87d0ec0edccddcdae4257.zip |
import(solutions): Add problem 77 .
Diffstat (limited to 'works/solutions/cpp/.gitignore')
-rw-r--r-- | works/solutions/cpp/.gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/works/solutions/cpp/.gitignore b/works/solutions/cpp/.gitignore index adb36c8..d1d85a8 100644 --- a/works/solutions/cpp/.gitignore +++ b/works/solutions/cpp/.gitignore @@ -1 +1,3 @@ -*.exe
\ No newline at end of file +*.exe
+*.pdb
+*.ilk
\ No newline at end of file |