From 0b5d531f319ad05027d6c17f0b8bca2d5da572b5 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Thu, 9 Jan 2014 14:03:32 +0100 Subject: make empty _static directory "exist" to git Sphinx really wants the _static directory to exist, but git doesn't. This is a compromise to avoid superfluous warnings from sphinx. See here: http://stackoverflow.com/questions/115983/how-do-i-add-an-empty-directory-to-a-git-repository --- lib/spack/docs/_static/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/spack/docs/_static/.gitignore (limited to 'lib') diff --git a/lib/spack/docs/_static/.gitignore b/lib/spack/docs/_static/.gitignore new file mode 100644 index 0000000000..5e7d2734cf --- /dev/null +++ b/lib/spack/docs/_static/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore -- cgit v1.2.3-60-g2f50