diff options
author | takano32 <takano32@gmail.com> | 2011-11-25 13:37:24 +0900 |
---|---|---|
committer | takano32 <takano32@gmail.com> | 2011-11-25 13:37:24 +0900 |
commit | ac86c3a5d4ca7e1e1e1eeb5ee8ab027a13e1d380 (patch) | |
tree | e12b3941a8b004f86e27cb1ceaf9daf86a3f6f34 /.gitignore | |
parent | e40bca47c57095098ac9147d8e04a5c565d38edd (diff) | |
download | Nim-ac86c3a5d4ca7e1e1e1eeb5ee8ab027a13e1d380.tar.gz |
`rod' directory was renamed to `compiler'
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 20a87aea7..3e9f4d490 100755 --- a/.gitignore +++ b/.gitignore @@ -11,10 +11,9 @@ tests/nimcache tests/accept/run/nimcache tests/accept/compile/nimcache tests/reject/nimcache -rod/nimcache -rod/c2nim/nimcache -rod/pas2nim/nimcache -rod/tinyc +compiler/nimcache +compiler/c2nim/nimcache +compiler/pas2nim/nimcache misc doc/*.html web/upload/*.html |