Commit 984699c4 authored by Pieter Hintjens's avatar Pieter Hintjens

Problem: was ignoring directories with build files

Solution: fix .gitignore
parent 3d9984ef
...@@ -135,6 +135,12 @@ remote_lat ...@@ -135,6 +135,12 @@ remote_lat
remote_thr remote_thr
inproc_lat inproc_lat
inproc_thr inproc_thr
!local_lat/
!local_thr/
!remote_lat/
!remote_thr/
!inproc_lat/
!inproc_thr/
doc/*.1 doc/*.1
doc/*.3 doc/*.3
doc/*.7 doc/*.7
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment