diff options
author | Błażej Kardyś <bkardys@virtuslab.com> | 2020-02-27 04:06:33 +0100 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-02-27 10:51:51 +0100 |
commit | 1b8cc45335798d0b5921b897cf5eb641e55f316d (patch) | |
tree | 71ac90f38ff75f9325f56a18471bf17de3600dbf | |
parent | 2308016b143cf8c0c5f216f7eb5975b77ef552a5 (diff) | |
download | dokka-1b8cc45335798d0b5921b897cf5eb641e55f316d.tar.gz dokka-1b8cc45335798d0b5921b897cf5eb641e55f316d.tar.bz2 dokka-1b8cc45335798d0b5921b897cf5eb641e55f316d.zip |
Adding out dirs to gitignore
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -94,4 +94,7 @@ gradle-app.setting local.properties android.local.properties -!integration-tests/gradle-integration-tests/testData/basic/classDir/**/*.class
\ No newline at end of file +!integration-tests/gradle-integration-tests/testData/basic/classDir/**/*.class + +core/out/ +runners/**/out/
\ No newline at end of file |