mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
gitignore: ignore library bin directories
The Ubuntu 10.04 autobuilds on sn-devel build the lib/* libraries into
their own bin subdirectories; for example lib/ldb uses lib/ldb/bin. A
recent commit broke these autobuilds by un-hiding these directories
from git.
Fixes c2649352e0
(".gitignore: don;t
accidentally ignore some files").
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
committed by
Garming Sam
parent
c42c0c071f
commit
87c52658c9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
/bin/
|
/bin/
|
||||||
|
/lib/*/bin/
|
||||||
/st/
|
/st/
|
||||||
.waf*
|
.waf*
|
||||||
.lock-wscript
|
.lock-wscript
|
||||||
|
Reference in New Issue
Block a user