From 5c0c7e4390d3a08ac2521234a72fb962c2c4fcfd Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 18 May 2015 15:23:10 +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(+) diff --git a/.gitignore b/.gitignore index c5928bf..cc0c071 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /stamp-h1 Makefile Makefile.in +compile -- cgit v1.2.3