diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-06-25 15:50:13 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-06-25 15:50:21 +0200 |
commit | ff415f69a93812418cc60a33dd14452fc6b2901a (patch) | |
tree | 1578ef579b958927e64e0835c81339a00fce65fb /vendor/optparse-master/.gitignore | |
parent | 0d28ae797b89f05b08b1051f0d2dd72d2416d409 (diff) |
Support generation of asm/obj files
Diffstat (limited to 'vendor/optparse-master/.gitignore')
-rw-r--r-- | vendor/optparse-master/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/optparse-master/.gitignore b/vendor/optparse-master/.gitignore new file mode 100644 index 0000000..59c5841 --- /dev/null +++ b/vendor/optparse-master/.gitignore @@ -0,0 +1,4 @@ +test +examples/long +examples/short +examples/subcommands |