From 84f135c1ad00c939761280e0ce46e26004dfb74e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Fri, 3 Jun 2011 23:07:58 +0200
Subject: [PATCH] Ignore autom4te.cache.

Rev: nettle/.cvsignore:1.3
---
 .cvsignore | 1 +
 .gitignore | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.cvsignore b/.cvsignore
index 1bedae74..65a1e949 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -4,6 +4,7 @@
 *.tar.gz
 *.tar.gz.asc
 .lib
+autom4te.cache
 Makefile
 aesdata
 config.cache
diff --git a/.gitignore b/.gitignore
index 89884a6d..de1f54cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,6 +36,7 @@ core
 /*.tar.gz
 /*.tar.gz.asc
 /.lib
+/autom4te.cache
 /Makefile
 /aesdata
 /config.cache
-- 
GitLab