diff options
| author | 2020-09-07 12:52:50 -0500 | |
|---|---|---|
| committer | 2020-09-07 12:52:50 -0500 | |
| commit | babfe50550b23508f272bc290361bc0ba77ed6e2 (patch) | |
| tree | 3efb16566f0250d442e664e47dd72e86bf259430 /.gitignore | |
| parent | Improve import's handling of non constant args. (diff) | |
| parent | Make zero?, one?, neg? and pos? polymorphic. (diff) | |
Merge branch 'master' into ev
Also add poll implementation for ev.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -66,6 +66,10 @@ tags vgcore.* *.out.* +# Wix artifacts +*.msi +*.wixpdb + # Created by https://www.gitignore.io/api/c ### C ### |
