diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-06-25 10:37:08 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-06-25 10:37:08 -0400 |
| commit | a956211b2cd0ba7d970f08afe3b7470728691206 (patch) | |
| tree | 601ebafedf17edb83169bdfcf1372683fe7fcfc8 /.gitignore | |
| download | jdtalk-a956211b2cd0ba7d970f08afe3b7470728691206.tar.gz | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4fbcc34 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +.dub +docs.json +__dummy.html +docs/ +lib*.a +lib*.so +/jdtalk +jdtalk.so +jdtalk.dylib +jdtalk.dll +jdtalk.a +jdtalk.lib +jdtalk-test-* +*.exe +*.o +*.obj +*.lst |
