diff options
author | Case Duckworth | 2023-07-16 23:38:08 -0500 |
---|---|---|
committer | Case Duckworth | 2023-07-16 23:38:08 -0500 |
commit | 3311057daeb234a2a4be3784a904a8bfc423bc8a (patch) | |
tree | 1b040f268d93a88bbb25bfd039c987a1cef03da4 /.gitignore | |
parent | Move tests to test/ (diff) | |
download | boudin-3311057daeb234a2a4be3784a904a8bfc423bc8a.tar.gz boudin-3311057daeb234a2a4be3784a904a8bfc423bc8a.zip |
Add build machinery
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..c5635da --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,2 @@ | |||
1 | boudin | ||
2 | *.sh | ||