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 | 4c214298836df78f4c39bc4461163287a7d3c10a (patch) | |
tree | 65e4cfc5acba57182e4098fc9fcf67125edc600d /cpp/.gitignore | |
parent | 2ee6240fb4b04e0f808e7cc6294baf596ef686ad (diff) | |
download | solutions-4c214298836df78f4c39bc4461163287a7d3c10a.tar.gz solutions-4c214298836df78f4c39bc4461163287a7d3c10a.tar.bz2 solutions-4c214298836df78f4c39bc4461163287a7d3c10a.zip |
Add problem 77 .
Diffstat (limited to 'cpp/.gitignore')
-rw-r--r-- | cpp/.gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/.gitignore b/cpp/.gitignore index adb36c8..d1d85a8 100644 --- a/cpp/.gitignore +++ b/cpp/.gitignore @@ -1 +1,3 @@ -*.exe
\ No newline at end of file +*.exe
+*.pdb
+*.ilk
\ No newline at end of file |