diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-16 14:23:42 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-16 14:23:42 +0100 |
commit | 370a36dd77345353e2d559cc0b8f00bfca7fbe80 (patch) | |
tree | c1de7a8fcba838d5e0ded8626223e961b3295264 | |
parent | 9ed85c12c31dde9c06a1d5c6cf0cd47b3047840e (diff) | |
download | sbotools-370a36dd77345353e2d559cc0b8f00bfca7fbe80.tar.xz |
Add .gitignore that ignores two directories created during testing
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..00385c6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +t/SBO +t/Sort |