diff options
author | Araq <rumpf_a@web.de> | 2010-10-26 07:51:26 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2010-10-26 07:51:26 +0200 |
commit | 0879f0b0a7741dc725f1993b4490e00a13a640e0 (patch) | |
tree | d78a1b571b9a1c2a760484b0a18780311de518c5 /.gitignore | |
parent | 1dd9ec85b28335baae23d1e8d7bdb00a74c16cbf (diff) | |
download | Nim-0879f0b0a7741dc725f1993b4490e00a13a640e0.tar.gz |
added install.sh; scgi: does not set system.stackTraceNewLine anymore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 71bf22caa..20a87aea7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,9 @@ *.o +*.exe +*.dll +*.so +*.zip +*.iss nimcache lib/nimcache tools/nimcache @@ -10,4 +15,7 @@ rod/nimcache rod/c2nim/nimcache rod/pas2nim/nimcache rod/tinyc +misc +doc/*.html +web/upload/*.html |