From 3b08ac28c69506d98cc3bf1a2e1e9b7de39cba51 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 18 May 2015 15:30:40 +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 0b9def9..e6cb12d 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /stamp-h1 Makefile Makefile.in +compile -- cgit v1.2.3