From 6b8333adaa6db0955b22f24e5a50cf900c6051fe Mon Sep 17 00:00:00 2001 From: rambocoder Date: Wed, 15 Feb 2012 15:21:18 -0500 Subject: [PATCH] added .gitignore placeholder files so that empty directories will be created after a clone --- include/.gitignore | 4 ++++ log/.gitignore | 4 ++++ priv/lang/.gitignore | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 include/.gitignore create mode 100644 log/.gitignore create mode 100644 priv/lang/.gitignore diff --git a/include/.gitignore b/include/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/include/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/log/.gitignore b/log/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/log/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/priv/lang/.gitignore b/priv/lang/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/priv/lang/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore