diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2016-05-01 09:42:12 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2016-05-01 09:42:12 +0200 |
commit | 15055c6c0caf598d17e07078168a68bdfb5aaf83 (patch) | |
tree | bcf737faf7ba681814d95e51bda88ff28fa88bb1 /.gitignore | |
parent | Updated README + version bump (diff) | |
download | kcc-15055c6c0caf598d17e07078168a68bdfb5aaf83.tar.gz kcc-15055c6c0caf598d17e07078168a68bdfb5aaf83.tar.bz2 kcc-15055c6c0caf598d17e07078168a68bdfb5aaf83.zip |
Added missing Docker recipe
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 88105c9..b28f15b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ .idea .DS_Store Thumbs.db -build dist Output test @@ -14,3 +13,4 @@ kindlegen* setup.bat setup.sh kcc/sentry.py +build/ |