diff options
author | Araq <rumpf_a@web.de> | 2011-11-25 09:02:49 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-11-25 09:02:49 +0100 |
commit | ed9c7761c4e37ec22ebd81acf16e3137d064cfc9 (patch) | |
tree | 41dcab9b3da56fabaab1038525a7f9af45b210a0 | |
parent | ac9d406c993c6f3c725618a5c6648767d66416a6 (diff) | |
parent | 97e6a2476fbf0c5a82854c9ce54a30f6779bc819 (diff) | |
download | Nim-ed9c7761c4e37ec22ebd81acf16e3137d064cfc9.tar.gz |
Merge branch 'master' of github.com:Araq/Nimrod
-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 |