From aba7f8e40e4bb60a3b04b356ab8a1fb960cc1101 Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Mon, 19 Sep 2016 16:09:58 -0400 Subject: [PATCH] update gitignores for gradle --- .gitignore | 2 ++ orbotservice/.gitignore | 1 + 2 files changed, 3 insertions(+) create mode 100644 orbotservice/.gitignore diff --git a/.gitignore b/.gitignore index c9ea2c44..c3831e3a 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,5 @@ builds external/patches/* obj + +app/src/main/jniLibs/ diff --git a/orbotservice/.gitignore b/orbotservice/.gitignore new file mode 100644 index 00000000..796b96d1 --- /dev/null +++ b/orbotservice/.gitignore @@ -0,0 +1 @@ +/build