From da90e5cc9cc58d02844e4f1540da76e976981dac Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Wed, 17 Jun 2015 15:36:54 +0200 Subject: [PATCH] Add src and lib dir for derived parameters compilation --- app-debug/lib/.gitignore | 4 ++++ app-debug/src/.gitignore | 4 ++++ app-release/lib/.gitignore | 4 ++++ app-release/src/.gitignore | 4 ++++ 4 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 app-debug/lib/.gitignore create mode 100644 app-debug/src/.gitignore create mode 100644 app-release/lib/.gitignore create mode 100644 app-release/src/.gitignore diff --git a/app-debug/lib/.gitignore b/app-debug/lib/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/app-debug/lib/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/app-debug/src/.gitignore b/app-debug/src/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/app-debug/src/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/app-release/lib/.gitignore b/app-release/lib/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/app-release/lib/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/app-release/src/.gitignore b/app-release/src/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/app-release/src/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore -- libgit2 0.21.2