diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-21 14:47:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-21 14:47:30 +0200 |
commit | 037ad0360056ec38eda1b3b8a74cd3ae4371630f (patch) | |
tree | 6d21bad6f694d8744107e2420d72660a135eda7a /.gitignore | |
parent | 03ff256dc44228c9465cd2040593a72b2d084d1e (diff) |
Add binding support executable stub for manifest parsing
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -2,3 +2,23 @@ *.d *.bash + +# Compiler/linker output. +# +*.d +*.t +*.i +*.ii +*.o +*.obj +*.so +*.dll +*.a +*.lib +*.exp +*.pdb +*.ilk +*.exe +*.exe.dlls/ +*.exe.manifest +*.pc |