From d58e131dc59baf7ae895749ac5e05a274a10d500 Mon Sep 17 00:00:00 2001 From: "David A. Velasco" Date: Tue, 26 May 2015 14:00:41 +0200 Subject: [PATCH] Enforce to add empty folders lost by git --- libs/android-support-appcompat-v7-exploded-aar/assets/.gitignore | 4 ++++ libs/android-support-appcompat-v7-exploded-aar/src/.gitignore | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 libs/android-support-appcompat-v7-exploded-aar/assets/.gitignore create mode 100644 libs/android-support-appcompat-v7-exploded-aar/src/.gitignore diff --git a/libs/android-support-appcompat-v7-exploded-aar/assets/.gitignore b/libs/android-support-appcompat-v7-exploded-aar/assets/.gitignore new file mode 100644 index 00000000..86d0cb27 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/assets/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/src/.gitignore b/libs/android-support-appcompat-v7-exploded-aar/src/.gitignore new file mode 100644 index 00000000..86d0cb27 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/src/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file -- 2.11.0