From d8e1d6a4925ecc316e741231a5e6e6a51c45f68c Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Tue, 23 Dec 2008 18:32:53 +0100 Subject: [PATCH] Tell git to ignore files generated by autotools. --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..14b7daf --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.in +aclocal.m4 +autom4te.cache +configure +depcomp +install-sh +missing