From 984699c4279c32749969c79fa506e82dc0d1b430 Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Wed, 3 Feb 2016 17:04:04 +0100 Subject: [PATCH] Problem: was ignoring directories with build files Solution: fix .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 1a47b83e..539751da 100644 --- a/.gitignore +++ b/.gitignore @@ -135,6 +135,12 @@ remote_lat remote_thr inproc_lat inproc_thr +!local_lat/ +!local_thr/ +!remote_lat/ +!remote_thr/ +!inproc_lat/ +!inproc_thr/ doc/*.1 doc/*.3 doc/*.7