From dcbbedb9eae45295ced54d755fbf19d004effa21 Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Sun, 31 Jan 2016 06:16:54 +0100
Subject: [PATCH] Updated .gitignore to contain precompile libraries

---
 .gitignore                   | 1 -
 app/libs/annotations.jar     | 1 +
 app/libs/compiler-all.jar    | 1 +
 app/libs/library-release.aar | 1 +
 4 files changed, 3 insertions(+), 1 deletion(-)
 create mode 120000 app/libs/annotations.jar
 create mode 120000 app/libs/compiler-all.jar
 create mode 120000 app/libs/library-release.aar

diff --git a/.gitignore b/.gitignore
index ad5624fb9..1ebb58f71 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,6 @@ gen/*
 /.classpath
 **/build/*
 *.iml
-**/libs
 local.properties
 .gradle/*
 .idea/*
diff --git a/app/libs/annotations.jar b/app/libs/annotations.jar
new file mode 120000
index 000000000..bc9337eab
--- /dev/null
+++ b/app/libs/annotations.jar
@@ -0,0 +1 @@
+/home/kuschku/Workspace/projects/aspm/annotations/build/libs/annotations.jar
\ No newline at end of file
diff --git a/app/libs/compiler-all.jar b/app/libs/compiler-all.jar
new file mode 120000
index 000000000..ccb9d1860
--- /dev/null
+++ b/app/libs/compiler-all.jar
@@ -0,0 +1 @@
+/home/kuschku/Workspace/projects/aspm/compiler/build/libs/compiler-all.jar
\ No newline at end of file
diff --git a/app/libs/library-release.aar b/app/libs/library-release.aar
new file mode 120000
index 000000000..573d538fc
--- /dev/null
+++ b/app/libs/library-release.aar
@@ -0,0 +1 @@
+/home/kuschku/Workspace/projects/AndroidSlidingUpPanel/library/build/outputs/aar/library-release.aar
\ No newline at end of file
-- 
GitLab