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 | e4a8f7866545c60edbc08d6b660dbb338f98734a (patch) | |
tree | a47f108b03ba219032e48a5bdf40cf55b3d33ba7 /works/solutions/cpp/.gitignore | |
parent | 22f861bf4f27f1ff749734ffc9685d7dfeab90ba (diff) | |
download | crupest-e4a8f7866545c60edbc08d6b660dbb338f98734a.tar.gz crupest-e4a8f7866545c60edbc08d6b660dbb338f98734a.tar.bz2 crupest-e4a8f7866545c60edbc08d6b660dbb338f98734a.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 |