From b00487309d139f9e5c7d75a91f38bb63dc013a0f Mon Sep 17 00:00:00 2001 From: Lubos Slovak <lubos.slovak@nic.cz> Date: Wed, 24 Mar 2010 14:54:37 +0100 Subject: [PATCH] Folder structure fixed. --- .gitignore | 3 --- bin/.gitignore | 2 ++ output/.gitignore | 2 ++ tmp/.gitignore | 2 ++ 4 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 bin/.gitignore create mode 100644 output/.gitignore create mode 100644 tmp/.gitignore diff --git a/.gitignore b/.gitignore index 9671ceab15..b25c15b81f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ *~ -bin/* -tmp/* -output/* diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 0000000000..d6b7ef32c8 --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/output/.gitignore b/output/.gitignore new file mode 100644 index 0000000000..d6b7ef32c8 --- /dev/null +++ b/output/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/tmp/.gitignore b/tmp/.gitignore new file mode 100644 index 0000000000..d6b7ef32c8 --- /dev/null +++ b/tmp/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore -- GitLab