diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2015-05-18 15:30:40 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-05-18 15:30:40 +0200 |
commit | 3b08ac28c69506d98cc3bf1a2e1e9b7de39cba51 (patch) | |
tree | 27a5a7b26342c7b2862d2cdf110468525fa06a6e | |
parent | 9624abfdffe94bd2519359526b4bb5abbaf95d66 (diff) |
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 <ralf@linux-mips.org>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,3 +28,4 @@ /stamp-h1 Makefile Makefile.in +compile |