diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-20 15:56:07 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-20 15:56:07 -0400 |
commit | dee2bb287820edd24ca38c678a45295426cb2b28 (patch) | |
tree | 95d687773acd5e166aa9436f51781f74c7365351 /.gitignore | |
download | dm-dee2bb287820edd24ca38c678a45295426cb2b28.tar.gz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..04f9add --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +.dub +docs.json +__dummy.html +docs/ +/dm +dm.so +dm.dylib +dm.dll +dm.a +dm.lib +dm-test-* +*.exe +*.o +*.obj +*.lst |