[smuxi: 1/4] .gitignore: add autotools' `compile`



commit 40bcdeda3b145c3d2fd919b502eb8d9062e0eb74
Author: Andrés G. Aragoneses <knocte gmail com>
Date:   Wed May 28 03:52:46 2014 +0200

    .gitignore: add autotools' `compile`
    
    autoconf now[1] generates a symbolic link named compile (that
    targets /usr/share/automake-1.14/compile) in the root of the
    repository when running, so let's include it in .gitignore to
    achieve a clean `git status` after compiling (or avoid breaking
    the build via `git clean -fd`).
    
    [1] This started happening to me since the usage of Ubuntu14.04,
    which brings autoconf 2.69, and prints:
    
    configure.ac:16: installing './compile'
    
    (Having AC_PROG_LIBTOOL in that line)

 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6b893bb..04d882e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@ Makefile
 Makefile.in
 aclocal.m4
 autom4te.cache
+compile
 config.guess
 config.log
 config.status


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]