diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-09-16 14:36:23 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-09-16 14:48:22 -0700 |
commit | ed81f91ac3c470e00df0d5c5cf9c274ce30f47b3 (patch) | |
tree | c4a59cd3e42a717f611be3acef3bf0009dc5192c /tools/.gitignore | |
parent | bfc8f192f99e6afcb5b0910f8800a76b85910e73 (diff) | |
download | serverdata-ed81f91ac3c470e00df0d5c5cf9c274ce30f47b3.tar.gz serverdata-ed81f91ac3c470e00df0d5c5cf9c274ce30f47b3.tar.bz2 serverdata-ed81f91ac3c470e00df0d5c5cf9c274ce30f47b3.tar.xz serverdata-ed81f91ac3c470e00df0d5c5cf9c274ce30f47b3.zip |
Reimplement aligncsv in C++ instead of python.
The main advantage of the new one is that it properly handles
{script arg1, arg2;}
Diffstat (limited to 'tools/.gitignore')
-rw-r--r-- | tools/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/.gitignore b/tools/.gitignore new file mode 100644 index 00000000..00e2a6af --- /dev/null +++ b/tools/.gitignore @@ -0,0 +1 @@ +/aligncsv |