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:
parent
837fc18d14
commit
0b5d531f31
1 changed files with 4 additions and 0 deletions
4
lib/spack/docs/_static/.gitignore
vendored
Normal file
4
lib/spack/docs/_static/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
Loading…
Reference in a new issue