diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2012-10-19 18:46:30 +0200 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2012-10-19 20:09:12 +0200 |
commit | 760e42b3f9eeda27d309391ef4a898dd3ea5fcc9 (patch) | |
tree | fa8908d66744e1e131ea76023b1c9c2cdc127342 /.gitignore | |
parent | d20a8ac68d2c398a9a0e9d6f055fc2f1c07bdefe (diff) | |
download | Nim-760e42b3f9eeda27d309391ef4a898dd3ea5fcc9.tar.gz |
Adds command line interface for backend addition.
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6a850fed0..7039f8298 100755 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ koch compiler/nimrod* build/[0-9]_[0-9] bin/nimrod +examples/cross_calculator/nimrod_commandline/nimcalculator # iOS specific wildcards. *.mode1v3 |