From 72b134edd82a3685c86945267541aeb5b8d38eaf Mon Sep 17 00:00:00 2001 From: OptimusCrime Date: Thu, 16 Oct 2014 19:11:47 +0200 Subject: [PATCH] Ignoring lists directory --- lists/.gitignore | 5 +++++ lists/index.html | 0 2 files changed, 5 insertions(+) create mode 100755 lists/.gitignore delete mode 100755 lists/index.html diff --git a/lists/.gitignore b/lists/.gitignore new file mode 100755 index 00000000..0a9bae12 --- /dev/null +++ b/lists/.gitignore @@ -0,0 +1,5 @@ +# Ignore all +* + +# Not this file +!.gitignore \ No newline at end of file diff --git a/lists/index.html b/lists/index.html deleted file mode 100755 index e69de29b..00000000