Add build/bin in the git repository, we need that dir now.

This commit is contained in:
Dimitri Fontaine 2014-04-23 16:13:24 +02:00
parent 77f87fb8b3
commit a2109a0cd5
2 changed files with 5 additions and 0 deletions

1
build/.gitignore vendored
View File

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

4
build/bin/.gitignore vendored Normal file
View File

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