From 270158fdde57002647712d803c14f098d33c822c Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 5 Sep 2014 06:29:29 +0200 Subject: Fix `.gitignore' to really ignore `autom4te.cache' and friends. --- .gitignore | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b999e5613..04cf7bf39 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,6 @@ -Makefile -config.log -config.status -stamp-h -test-groff -autom4te.cache/output.0 -autom4te.cache/output.1 -autom4te.cache/requests -autom4te.cache/traces.0 -autom4te.cache/output.1 -autom4te.cache +/Makefile +/config.log +/config.status +/stamp-h +/test-groff +/autom4te.cache/ -- cgit v1.2.1