diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2018-11-03 23:06:09 +0100 |
---|---|---|
committer | techknowlogick <hello@techknowlogick.com> | 2018-11-03 18:06:09 -0400 |
commit | 57a8440db372d3b2a01d3ef12a4a560424a08657 (patch) | |
tree | 6afb467015b1e695ea54eef6d6820d92827eacd7 /options/gitignore/Kotlin | |
parent | 54259e2f880365d65340ade6608007b3c5eb2ed5 (diff) | |
download | gitea-57a8440db372d3b2a01d3ef12a4a560424a08657.tar.gz gitea-57a8440db372d3b2a01d3ef12a4a560424a08657.zip |
Update gitignore list (#5258)
* update gitignore
* Handle symlink in tar
* Add some logs
Diffstat (limited to 'options/gitignore/Kotlin')
-rw-r--r-- | options/gitignore/Kotlin | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/options/gitignore/Kotlin b/options/gitignore/Kotlin new file mode 100644 index 0000000000..a1c2a238a9 --- /dev/null +++ b/options/gitignore/Kotlin @@ -0,0 +1,23 @@ +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* |