diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2020-02-03 20:38:27 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2020-02-03 20:38:27 -0500 |
commit | 611b00a0b3639e68fd205c27aef73c864a2457cd (patch) | |
tree | 4c9ac8d93746945708c584ee520169f6232330b8 /.gitignore | |
parent | 5e7b65e0271b6f244aa30807ed5ad3aa405a2fd5 (diff) |
add stubs for binaries
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..de5006e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/bin/ +/data/ |