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 | 839f18ec81d82af016e042674aec1ce2912ae84e (patch) | |
tree | 47d4cbb4c6f4dcb20691d65cf9800f2f8328c23c /works/solutions/.gitignore | |
parent | 185ef9fcb0e59f13e9ee0ccb261693cdaddebab0 (diff) | |
download | crupest-839f18ec81d82af016e042674aec1ce2912ae84e.tar.gz crupest-839f18ec81d82af016e042674aec1ce2912ae84e.tar.bz2 crupest-839f18ec81d82af016e042674aec1ce2912ae84e.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
|