Force adding an empty build/ directory in the git tree.

This commit is contained in:
Dimitri Fontaine 2013-11-05 23:46:27 +01:00
parent 74dd19a1d1
commit d8a6bf1849
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,4 +3,3 @@ local-data
pgloader.1
pgloader.html
pgloader.pdf
build/

4
build/.gitignore vendored Normal file
View File

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