> On 5/13/12 2:17 PM, André Roth wrote:
> > configure
> > +m4
> > aclocal.m4
> > autom4te.cache
> > build-aux
>
> The m4 directory also contains files that *are* under version control.
> Changes to these files will be undetected if the directory is being ignored.
this is not correct. with gi
On 5/13/12 2:17 PM, André Roth wrote:
> configure
> +m4
> aclocal.m4
> autom4te.cache
> build-aux
The m4 directory also contains files that *are* under version control.
Changes to these files will be undetected if the directory is being ignored.
Maybe one can convince autotools to put generat
---
.gitignore |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index f33eb98..d6bb3a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,7 @@ config.status
Makefile
Makefile.in
configure
+m4
aclocal.m4
autom4te.cache
build-aux
--
1.7.2.5