From: Alastair Bridgewater Date: Tue, 6 Dec 2011 16:00:56 +0000 (-0500) Subject: Add src/runtime/TAGS to .gitignore. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=0be4d8fb8ca8a96395a3cc9192bd5f0cbeedfac9;p=sbcl.git Add src/runtime/TAGS to .gitignore. * We build TAGS by default now, so make it not show up in git. --- diff --git a/.gitignore b/.gitignore index b4cb0fa..2225517 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ src/assembly/target src/compiler/assembly src/compiler/target src/runtime/Config +src/runtime/TAGS src/runtime/genesis src/runtime/ldso-stubs.S src/runtime/openbsd-sigcontext.h