From 3094159bd6dfc03502dc28a9dc09d8d1209abc72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Wed, 28 Sep 2011 14:28:40 +0200 Subject: [PATCH] Expand 'ignore' list with a few more auto-generated files. --- .hgignore | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.hgignore b/.hgignore index 75ec93bd..3aa2899c 100644 --- a/.hgignore +++ b/.hgignore @@ -1,8 +1,17 @@ syntax: glob -Makefile.in +# Compiler output and editor autosave files +*~ +*.o +*.lo +*.a +*.so +a.out + +# Automatically generated output from the Autotools aclocal.m4 autom4te* +autoscan.* config.* configure depcomp @@ -11,3 +20,4 @@ ltmain.sh m4/libtool.m4 m4/lt*.m4 missing +Makefile.in