From 2fd8385658e5a08700e3b916053f6680ff85fdbd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Pinard?= Date: Mon, 27 Aug 2012 20:48:38 -0400 Subject: [PATCH] Ignore GNUmakefile. --- .gitignore | 1 + .hgignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 90b6612..fe49182 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.[oa] *.l[oa] *.pyc +GNUmakefile Makefile /cleaner.h /config.h diff --git a/.hgignore b/.hgignore index 5ae7cf6..ed8d095 100644 --- a/.hgignore +++ b/.hgignore @@ -2,6 +2,7 @@ syntax: glob *.[oa] *.l[oa] *.pyc +GNUmakefile Makefile /cleaner.h /config.h -- 2.40.0