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
This commit is contained in:
Todd Gamblin 2014-01-09 14:03:32 +01:00
parent 837fc18d14
commit 0b5d531f31

4
lib/spack/docs/_static/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore