summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2015-05-18 15:23:10 +0200
committerRalf Baechle <ralf@linux-mips.org>2015-05-18 15:34:05 +0200
commit5c0c7e4390d3a08ac2521234a72fb962c2c4fcfd (patch)
treead54c5a59744f29f7c791f5466d4d6a0495574a0 /.gitignore
parente424c02aae5b38cbd64000f0c14dbd271f1ebb1e (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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c5928bf..cc0c071 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@
/stamp-h1
Makefile
Makefile.in
+compile