diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus <Jimmy@web> | 2013-06-26 08:36:33 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-06-26 08:36:33 +0000 |
commit | b1fab1f7c9357c48aaa83c698c5ec172fbbcf39f (patch) | |
tree | 77a40693e1cc9dd527d32499418aa8650c3ca6a9 /doc | |
parent | 8086fa3218dbbd2f4a48fa44fab3f5bade994053 (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/assistant/blog/day_285__fixed_the_archive_directory_loop/comment_1_1065e756dc6d66aefd214eb8ac5ebe1d._comment | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_285__fixed_the_archive_directory_loop/comment_1_1065e756dc6d66aefd214eb8ac5ebe1d._comment b/doc/design/assistant/blog/day_285__fixed_the_archive_directory_loop/comment_1_1065e756dc6d66aefd214eb8ac5ebe1d._comment new file mode 100644 index 000000000..41494c02f --- /dev/null +++ b/doc/design/assistant/blog/day_285__fixed_the_archive_directory_loop/comment_1_1065e756dc6d66aefd214eb8ac5ebe1d._comment @@ -0,0 +1,25 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus" + nickname="Jimmy" + subject="comment 1" + date="2013-06-26T08:36:33Z" + content=""" +Been pretty bad with keeping the osx builder going, but this should fix it... + + +<pre> +[jtang@x00 build ((cfb577d...))]$ git diff +diff --git a/.gitignore b/.gitignore +index 93bd49e..717b58a 100644 +--- a/.gitignore ++++ b/.gitignore +@@ -24,3 +24,5 @@ cabal-dev + .virthualenv + tags + Setup ++*.hi ++*.o +</pre> + +The build on OSX leaves some stray files and it complains about it. +"""]] |