aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-03-09 12:01:52 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2020-03-09 12:19:15 -0600
commit8e8643122eb5783d4412c8a81fb03cc789c3f77c (patch)
tree43cc7ea98c33115a7b3bc062104deeb75c580f19 /.gitignore
parentApplication: simplify static block (diff)
downloadwireguard-android-8e8643122eb5783d4412c8a81fb03cc789c3f77c.tar.xz
wireguard-android-8e8643122eb5783d4412c8a81fb03cc789c3f77c.zip
global: get rid of nonnull gradle hack
Hacking things up via gradle is not right, and package-info.java poses problems with two modules, so instead we just apply it manually to every class. Remember to add this to new classes! Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a9e2ddae..0c99626a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,4 +15,3 @@ build/
*.iml
*.jks
keystore.properties
-package-info.java