From e52ff66c9d56884806c43b91dcdc5d6c607be723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20G=2E=20Aragoneses?= Date: Mon, 26 May 2014 16:33:52 +0200 Subject: [PATCH] .gitignore: add autotools' `compile` Since automake 1.14, autotools now generate a symbolic link named `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`). Signed-off-by: Bertrand Lorentz --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 79265b422..69345e974 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ aclocal.m4 autom4te.cache audit/data +compile config.* configure depcomp