From 44bc60a53bec5855288fcd421d5e3728a3237288 Mon Sep 17 00:00:00 2001 From: Murilo Soares Pereira Date: Thu, 1 Apr 2010 02:32:39 -0300 Subject: [PATCH] I want the empty bin directory on my repo. --- .gitignore | 1 - bin/.gitignore | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 bin/.gitignore diff --git a/.gitignore b/.gitignore index 3e60325..e64302c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ lib/*.o -bin diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore