From cea8a07505b8964557441ea3b3fb57b12b5abd36 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 18 May 2015 15:33:12 +0200 Subject: Ignore "compile" file. automake 1.14 will install this file into the top directory with "automake --add-missing" and complain if it's missing: $ automake configure.ac:10: error: required file './compile' not found configure.ac:10: 'automake --add-missing' can install 'compile' $ Signed-off-by: Ralf Baechle --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 538a0df..8925a2d 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ config.log config.status config.sub configure +compile depcomp install-sh libax25-*.shar.gz -- cgit v1.2.3