From 06c0b37c916ed4176b9ee554147d2824045eea5a Mon Sep 17 00:00:00 2001 From: gitknilch Date: Sun, 24 Feb 2013 21:28:35 +0100 Subject: [PATCH] seems eclipse needs some empty directories --- bin/.gitignore | 1 + bin/classes/.gitignore | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 bin/classes/.gitignore diff --git a/bin/.gitignore b/bin/.gitignore index d6b7ef3..4d5a972 100644 --- a/bin/.gitignore +++ b/bin/.gitignore @@ -1,2 +1,3 @@ * !.gitignore +!classes diff --git a/bin/classes/.gitignore b/bin/classes/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/bin/classes/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore -- 2.39.2