From 91b2f6d6b165fa72925600e5be310d2b9ba4aaaf Mon Sep 17 00:00:00 2001
From: Ralph Giles <giles@mozilla.com>
Date: Thu, 16 Aug 2012 13:38:24 -0700
Subject: [PATCH] Add 'compile' to the git ignore list.

This is another script generated by the autotools build.
---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index b79695a66..b7bcdcecf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@ aclocal.m4
 autom4te.cache
 *.kdevelop.pcs
 *.kdevses
+compile
 config.guess
 config.h
 config.h.in
@@ -49,4 +50,4 @@ silk/float/Release
 silk/float/x64
 src/Debug
 src/Release
-src/x64
\ No newline at end of file
+src/x64
-- 
GitLab