diff options
Diffstat (limited to 'argparse/.gitignore')
-rw-r--r-- | argparse/.gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/argparse/.gitignore b/argparse/.gitignore new file mode 100644 index 0000000..6ae6389 --- /dev/null +++ b/argparse/.gitignore @@ -0,0 +1,13 @@ +/.vagga +*.o +*.so +*.rlib +/argparse_test +/target +# examples +/greeting +/structure +/subcommands + +# Cargo files +Cargo.lock |