.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 <bertrand.lorentz@gmail.com>
This commit is contained in:
Andrés G. Aragoneses 2014-05-26 16:33:52 +02:00 committed by Bertrand Lorentz
parent f38daf0d49
commit e52ff66c9d

1
.gitignore vendored
View file

@ -20,6 +20,7 @@
aclocal.m4
autom4te.cache
audit/data
compile
config.*
configure
depcomp