From 01e086f83b4bbdf539be09f0980fb1aad2af2262 Mon Sep 17 00:00:00 2001 From: John Foerch Date: Thu, 29 Nov 2012 10:08:51 -0500 Subject: [PATCH] .gitignore: add /xulrunner The xulrunner-stub method of launching Conkeror requires a symlink (or directory) 'xulrunner' that points to the xulrunner installation. Git should ignore this symlink. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9cb47fd..bf63ae2 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ plugins /debian/conkeror/ /debian/files /debian/stamp-patched +/xulrunner -- 2.11.4.GIT