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 | 5a8ecb60b34d0dd95db088ab787fd836311f7074 (patch) | |
tree | a4025c72e844d1674bf65a616804c94692295226 /.gitignore | |
parent | 44d941ffff786617eaac9999e88941299772b32c (diff) | |
download | tools-5a8ecb60b34d0dd95db088ab787fd836311f7074.tar.gz tools-5a8ecb60b34d0dd95db088ab787fd836311f7074.tar.bz2 tools-5a8ecb60b34d0dd95db088ab787fd836311f7074.tar.xz tools-5a8ecb60b34d0dd95db088ab787fd836311f7074.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 '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..00e2a6a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/aligncsv |