From a2109a0cd5ae72f46901b7490aac56a750693a65 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Wed, 23 Apr 2014 16:13:24 +0200 Subject: [PATCH] Add build/bin in the git repository, we need that dir now. --- build/.gitignore | 1 + build/bin/.gitignore | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 build/bin/.gitignore diff --git a/build/.gitignore b/build/.gitignore index 86d0cb2..70b5e5f 100644 --- a/build/.gitignore +++ b/build/.gitignore @@ -1,4 +1,5 @@ # Ignore everything in this directory * # Except this file +!bin !.gitignore \ No newline at end of file diff --git a/build/bin/.gitignore b/build/bin/.gitignore new file mode 100644 index 0000000..86d0cb2 --- /dev/null +++ b/build/bin/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file