From b57c0b621ef4658b66cb2c91e7c2377e1e222bf4 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <fare@tunes.org>
Date: Wed, 24 Mar 2010 18:48:59 -0400
Subject: [PATCH] Make git ignore stuff.

---
 .gitignore | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/.gitignore b/.gitignore
index d0394fb3..85670fca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,24 @@ common-lisp.net
 .vcs
 init-lisp.lisp
 website/changelog.xml
+push
+
+# Temporary files from documentation build
+doc/asdf.aux
+doc/asdf.cp
+doc/asdf.cps
+doc/asdf.fn
+doc/asdf.fns
+doc/asdf.html
+doc/asdf.info
+doc/asdf.ky
+doc/asdf.log
+doc/asdf.pdf
+doc/asdf.pg
+doc/asdf.toc
+doc/asdf.tp
+doc/asdf.vr
+doc/asdf.vrs
 
 # We build these at various stages in the make process
 LICENSE
-- 
GitLab