diff --git a/.gitignore b/.gitignore
index 4a57f503a3f1892ec995a604cd9569c8b75b8ec9..6406f1cf651ecfc26dff7ad7c411d133c7f41497 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,6 +35,7 @@ tmp/
 *.lib
 *.[oahcisS]
 *.*fsl
+*.x86f
 *.bak
 *.data
 test/try-reloading-dependency.asd
diff --git a/doc/index.html b/doc/index.html
index cc184dbf29b27dece95f593df01417e43cb82bab..823f0d917defc2c65afe78a5ef0be3d84ac6b752 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -52,6 +52,11 @@
           <li><a href="asdf.pdf">as a PDF document</a></li>
           <li><a href="http://common-lisp.net/gitweb?p=projects/asdf/asdf.git;a=blob;f=doc/asdf.texinfo">as texinfo source</a></li>
         </ul>
+        <p>Regarding the internal design of ASDF and the work we did on ASDF 2,
+          see the last draft version of our paper for
+          <a href="http://www.international-lisp-conference.org/2010/index">ILC 2010</a>,
+          <cite><a href="ilc2010draft.pdf"
+                   >Evolving ASDF: More Cooperation, Less Coordination</a></cite></p>
 
         <a id="downloads"></a>
         <h3>Getting it</h3>