From 4c17fc51e72784ca61a63c0cb07cd3c89be825c9 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 25 Jun 2020 01:36:21 +0530 Subject: gitignore: add gradlew.bat We do not support building on Windows for now and deleting this file on every wrapper update is just lame Signed-off-by: Harsh Shandilya --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0c99626a..2755a6bc 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ build/ *.iml *.jks keystore.properties +gradlew.bat -- cgit v1.2.3-59-g8ed1b