diff options
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 |