diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-06-14 12:05:01 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-06-14 12:05:01 +0200 |
commit | da80a0cacf02afc701f469390f4c1ee483927349 (patch) | |
tree | ff9f4e7fc5fedf5e48ec1d8fc08bbc462bdcdb4e | |
parent | 2a0905488001e06d1881a4f0e9c8e4484437bbe8 (diff) | |
download | gitignore-da80a0cacf02afc701f469390f4c1ee483927349.tar.gz gitignore-da80a0cacf02afc701f469390f4c1ee483927349.zip |
Add ebook build output in GitBook gitignore
-rw-r--r-- | GitBook.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/GitBook.gitignore b/GitBook.gitignore index 333873a4..7cb665f2 100644 --- a/GitBook.gitignore +++ b/GitBook.gitignore @@ -29,3 +29,8 @@ node_modules # Book build output _book + +# eBook build output +*.epub +*.mobi +*.pdf |