diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-03-09 00:21:35 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2019-03-10 21:15:30 +1300 |
commit | 6bc7fdab077b1877f71b69f4b2c1e8046a302e9b (patch) | |
tree | ba7815f0557ed9cef1056ba9c4ba81584c1650bc /.gitignore | |
download | sudoku-6bc7fdab077b1877f71b69f4b2c1e8046a302e9b.tar.xz |
Initial working copy, buggy
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..b22666a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.o +solve |