diff options
-rwxr-xr-x | .gitignore | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 20a87aea7..a8b91b336 100755 --- a/.gitignore +++ b/.gitignore @@ -11,11 +11,14 @@ 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 +koch +compiler/nimrod* +build/[0-9]_[0-9] +bin/nimrod |