diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-07-13T17·49-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-07-13T17·51+0000 |
commit | 4e52e2bd3d483430cd21e9d21570ee15024c223e (patch) | |
tree | 9b3c29c57e3cb86c5d289c5d9053502d8125f976 /users/glittershark/owothia | |
parent | 68df913b8aeeaca8537953dc9fd5e000ff6e0de2 (diff) |
chore(owothia): ignore build directory r/1272
Change-Id: I5381a1a90323e7d15e47963b99d8c3ec65a53673 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1133 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users/glittershark/owothia')
-rw-r--r-- | users/glittershark/owothia/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/glittershark/owothia/.gitignore b/users/glittershark/owothia/.gitignore index a2f7e636e565..8e850e7a0af2 100644 --- a/users/glittershark/owothia/.gitignore +++ b/users/glittershark/owothia/.gitignore @@ -1,5 +1,6 @@ dist dist-* +build/ cabal-dev *.o *.hi |