diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2015-06-14 18:41:16 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2015-06-14 18:41:16 -0400 |
commit | 72552f880f3ca52c0d98d875b1da783e5a2fa2e7 (patch) | |
tree | 595523be25541fc6684184f83d060dd6f4712023 /.gitignore | |
download | bfs-72552f880f3ca52c0d98d875b1da783e5a2fa2e7.tar.xz |
Implement bftw().
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..8e8b350 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.o +/bfs |