[PATCH] Add build-aux/compile to gitignore.

Minor niggle, just keeps "git status" clean. Julien Goodwin (1): Add build-aux/compile to gitignore. .gitignore | 1 + 1 file changed, 1 insertion(+) -- 2.1.4

--- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a328ac0..4abfc0a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ autom4te.cache Makefile Makefile.in aclocal.m4 +build-aux/compile build-aux/config.guess build-aux/config.sub build-aux/install-sh -- 2.1.4

Julien, thanks for the patch! Please, next time don't forget to the "Signed-off-by" signature to the commit message. On 22/01/2015 04:46, Julien Goodwin wrote:
--- .gitignore | 1 + 1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore index a328ac0..4abfc0a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ autom4te.cache Makefile Makefile.in aclocal.m4 +build-aux/compile build-aux/config.guess build-aux/config.sub build-aux/install-sh

Applied. Thanks. Regards, Aline Manera
participants (3)
-
Aline Manera
-
Crístian Viana
-
Julien Goodwin