diff options
author | crupest <crupest@outlook.com> | 2021-02-23 21:27:58 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-02-23 21:27:58 +0800 |
commit | 3ef437c49bc74f8e4553f6d9b7021a9332c432d6 (patch) | |
tree | 93fe579a08d9958be8aee0c07d8bd004cd7c5fd8 /works/solutions/.gitignore | |
parent | e353213dfb73259a5d33cc6e9d5cd2373c683be9 (diff) | |
download | crupest-3ef437c49bc74f8e4553f6d9b7021a9332c432d6.tar.gz crupest-3ef437c49bc74f8e4553f6d9b7021a9332c432d6.tar.bz2 crupest-3ef437c49bc74f8e4553f6d9b7021a9332c432d6.zip |
import(solutions): Add acwing problem 2 (pack problem).
Diffstat (limited to 'works/solutions/.gitignore')
-rw-r--r-- | works/solutions/.gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/works/solutions/.gitignore b/works/solutions/.gitignore index 600d2d3..f676862 100644 --- a/works/solutions/.gitignore +++ b/works/solutions/.gitignore @@ -1 +1,3 @@ -.vscode
\ No newline at end of file +.vscode
+*.exe
+*.pdb
|